From f8f4586a209a433d3f6055049aa13dfa0587446a Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Tue, 15 Aug 2017 18:21:41 +0200 Subject: [PATCH] Only displaying article category if CATEGORY_SAVE_AS is set --- templates/article.html | 6 +++++- templates/base.html | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/article.html b/templates/article.html index 671c512..cb683c5 100644 --- a/templates/article.html +++ b/templates/article.html @@ -64,7 +64,11 @@

{{ article.title }}

- + {% if SHARE %} Share diff --git a/templates/base.html b/templates/base.html index b07ab22..5fbf67e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -142,12 +142,10 @@ {% endif %} - {% if FEED_ALL_ATOM %}

Receive Updates

ATOM
- {% endif %} {% if LINKS %}