diff --git a/templates/base.html b/templates/base.html index 7fd92f4..7c727c2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,9 @@ {% endif %} + {% if CUSTOM_CSS %} + + {% endif %} {% if FEED_ALL_ATOM %} {% endif %} diff --git a/templates/index.html b/templates/index.html index 941f012..5b75e68 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,12 +19,8 @@

- {% if summarise or article.metadata['summary'] or article.metadata['summarize'] %} {{ article.summary }} Continue reading - {% else %} - {{ article.content }} - {% endif %}
{% if not loop.last %}