From 32cb3b69c25593dac37ac09174453cc5d67f6902 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Mon, 7 Nov 2016 11:56:32 +0300 Subject: [PATCH] Option rename SHOW_ARTICLE_AUTHOR -> SHOW_ARTICLE_AUTHORS Rename HEADER_LINKS -> EXTERNAL_LINKS, *_ADDRESS -> *_LINK --- alchemy/templates/article.html | 2 +- alchemy/templates/base.html | 34 +++++++++++++++++----------------- alchemy/templates/index.html | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 00c04dd..2fd6a0e 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -20,7 +20,7 @@
  • {{ article.locale_date }}
  • ·
  • {{ article.category }}
  • - {% if article.author and SHOW_ARTICLE_AUTHOR %} + {% if article.author and SHOW_ARTICLE_AUTHORS %}
  • ·
  • By {{ article.author }}
  • {% endif %} diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index f0ae65b..6c9f879 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -66,42 +66,42 @@

    {{ SITENAME }}

    {{ SITE_TAGLINE }}

    - {% if HEADER_LINKS or PAGES or EMAIL_ADDRESS or FACEBOOK_ADDRESS or FEED_ALL_ATOM or GITHUB_ADDRESS or GOOGLE_ADDRESS or TWITTER_ADDRESS %} + {% if EXTERNAL_LINKS or PAGES or EMAIL_LINK or FACEBOOK_LINK or FEED_ALL_ATOM or GITHUB_LINK or GOOGLE_LINK or TWITTER_LINK %}
    {% endif %} @@ -124,7 +124,7 @@