mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Fix new favicon package support, missing tags
Minor improvements
This commit is contained in:
parent
4adcdd7d71
commit
24aa65fcad
4 changed files with 7 additions and 8 deletions
|
|
@ -21,13 +21,11 @@
|
|||
<i class="fa fa-fw fa-clock-o"></i>
|
||||
{{ article.locale_date }}
|
||||
</li>
|
||||
<li>·</li>
|
||||
<li>
|
||||
<i class="fa fa-fw fa-folder-open"></i>
|
||||
<a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
|
||||
</li>
|
||||
{% if article.tags %}
|
||||
<li>·</li>
|
||||
<li>
|
||||
<i class="fa fa-fw fa-tags"></i>
|
||||
{% for tag in article.tags %}
|
||||
|
|
@ -36,7 +34,6 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
{% if article.authors and ARTICLE_AUTHORS %}
|
||||
<li>·</li>
|
||||
<li>
|
||||
<i class="fa fa-fw fa-users"></i>
|
||||
{% for author in article.authors %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue