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 @@