new OG featured image, ty ccl!
This commit is contained in:
parent
b6ca8e76ea
commit
63182efafb
@ -5,7 +5,7 @@
|
|||||||
{# Thumbnail image to show when homepage is shared on social media. It also
|
{# 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. #}
|
serves as the default image for posts whose featured_image is not set. #}
|
||||||
{% if not FEATURED_IMAGE %}
|
{% 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 %}
|
{% else %}
|
||||||
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
|
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 246 KiB |
Binary file not shown.
Before Width: | Height: | Size: 220 KiB |
BIN
raw/extra/featured_image_blue.png
Normal file
BIN
raw/extra/featured_image_blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 576 KiB |
@ -3,7 +3,8 @@ Date: 2016-5-14
|
|||||||
Category: log
|
Category: log
|
||||||
Tags: try-out
|
Tags: try-out
|
||||||
Slug: the-template-post
|
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
|
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.
|
This is a template you can use with a short description of some of the syntax.
|
||||||
@ -26,6 +27,12 @@ headlines
|
|||||||
smaller headlines?
|
smaller headlines?
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#H1
|
||||||
|
|
||||||
|
##H2
|
||||||
|
|
||||||
|
###H3
|
||||||
|
|
||||||
code blocks:
|
code blocks:
|
||||||
|
|
||||||
:::console
|
:::console
|
||||||
@ -40,7 +47,6 @@ python
|
|||||||
|
|
||||||
line numbers
|
line numbers
|
||||||
|
|
||||||
|
|
||||||
#!python
|
#!python
|
||||||
print("line1")
|
print("line1")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user