diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 987a6dd..542e4c6 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -33,7 +33,7 @@ {% endfor %} {% endif %} - {% if article.authors and ARTICLE_AUTHORS %} + {% if not HIDE_AUTHORS and article.authors %}
  • {% for author in article.authors %} diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 0e901ed..26abc2f 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -113,7 +113,7 @@