forked from github/pelican-alchemy
ARTICLE_AUTHORS -> HIDE_AUTHORS
This commit is contained in:
parent
8879c5cf58
commit
d7b535dc95
3 changed files with 3 additions and 3 deletions
|
|
@ -113,7 +113,7 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<nav class="list-inline">
|
||||
{% if ARTICLE_AUTHORS %}
|
||||
{% if not HIDE_AUTHORS %}
|
||||
<li><a href="{{ SITEURL }}/authors.html">Authors</a></li>
|
||||
{% endif %}
|
||||
<li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
|
||||
|
|
|
|||
Reference in a new issue