diff --git a/README.md b/README.md index cb89033..0025c08 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ FEDIRING = False FEDIRINGRANDOM = True FEDIRINGURL = '' # This is needed because the SITEURL includes the https:// and Fediring doesn't want that part. +# Article Customization +# +SHOW_BOTTOM_IMAGE = False # This defaults as false, change to true if you want to show the article image at the bottom +SHOW_TOP_IMAGE = True # This shows the article image at the top before the content. It will not be included in the ATOM or RSS feed. # Commenting # MASTODON_COMMENTS = False diff --git a/templates/article.html b/templates/article.html index 2855f70..ae963f1 100644 --- a/templates/article.html +++ b/templates/article.html @@ -102,6 +102,11 @@ {% endif %}