mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-02 19:06:55 +02:00
fix: Appease linter
This commit is contained in:
parent
d9b76ac0e7
commit
e78a555fff
1 changed files with 5 additions and 5 deletions
10
pelican/themes/simple/templates/index.html
vendored
10
pelican/themes/simple/templates/index.html
vendored
|
|
@ -12,11 +12,11 @@
|
|||
<footer>
|
||||
<p>Published: <time datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time></p>
|
||||
{%- if article.authors %}
|
||||
<address>By
|
||||
{% for author in article.authors %}
|
||||
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
|
||||
{% endfor %}
|
||||
</address>
|
||||
<address>By
|
||||
{% for author in article.authors %}
|
||||
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
|
||||
{% endfor %}
|
||||
</address>
|
||||
{%- endif %}
|
||||
</footer>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue