diff --git a/pelican/themes/homebrewserver.club/templates/syndication.html b/pelican/themes/homebrewserver.club/templates/syndication.html index 4951483..35375dc 100644 --- a/pelican/themes/homebrewserver.club/templates/syndication.html +++ b/pelican/themes/homebrewserver.club/templates/syndication.html @@ -5,7 +5,7 @@ {# Thumbnail image to show when homepage is shared on social media. It also serves as the default image for posts whose featured_image is not set. #} {% if not FEATURED_IMAGE %} -{% set FEATURED_IMAGE = 'http://homebrewserver.club/extra/featured_image_black.gif' %} +{% set FEATURED_IMAGE = 'http://homebrewserver.club/extra/featured_image_blue.png' %} {% else %} {% set FEATURED_IMAGE = FEATURED_IMAGE %} {% endif %} diff --git a/raw/extra/featured_image_black.gif b/raw/extra/featured_image_black.gif deleted file mode 100644 index 9e92e8f..0000000 Binary files a/raw/extra/featured_image_black.gif and /dev/null differ diff --git a/raw/extra/featured_image_blue.gif b/raw/extra/featured_image_blue.gif deleted file mode 100644 index c2e8f59..0000000 Binary files a/raw/extra/featured_image_blue.gif and /dev/null differ diff --git a/raw/extra/featured_image_blue.png b/raw/extra/featured_image_blue.png new file mode 100644 index 0000000..613eac2 Binary files /dev/null and b/raw/extra/featured_image_blue.png differ diff --git a/raw/template.md b/raw/template.md index 3f62b71..855b438 100644 --- a/raw/template.md +++ b/raw/template.md @@ -3,7 +3,8 @@ Date: 2016-5-14 Category: log Tags: try-out Slug: the-template-post -Summary: Write a tweet-lenght summary for syndication across social media +Summary: If you write a summary that is the only text that shows up on the main index. Otherwise pelican takes the first few paragraphs. +Description: Write a tweet length description for OG tags that are displayed on social media. featured_image: https://cdn1.nyt.com/images/2017/02/26/world/26NKOREA3/26NKOREA3-articleLarge.jpg This is a template you can use with a short description of some of the syntax. @@ -26,6 +27,12 @@ headlines smaller headlines? --- +#H1 + +##H2 + +###H3 + code blocks: :::console @@ -40,7 +47,6 @@ python line numbers - #!python print("line1")