forked from github/pelican-alchemy
Option rename SHOW_ARTICLE_AUTHOR -> SHOW_ARTICLE_AUTHORS
Rename HEADER_LINKS -> EXTERNAL_LINKS, *_ADDRESS -> *_LINK
This commit is contained in:
parent
23e6d59d7f
commit
32cb3b69c2
3 changed files with 19 additions and 19 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<li class="text-muted" title="{{ article.date.isoformat() }}">{{ article.locale_date }}</li>
|
||||
<li>·</li>
|
||||
<li><a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a></li>
|
||||
{% if article.author and SHOW_ARTICLE_AUTHOR %}
|
||||
{% if article.author and SHOW_ARTICLE_AUTHORS %}
|
||||
<li>·</li>
|
||||
<li>By <a href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a></li>
|
||||
{% endif %}
|
||||
|
|
|
|||
Reference in a new issue