fix: Appease linter

This commit is contained in:
Justin Mayer 2026-03-30 10:59:20 +02:00
commit e78a555fff

View file

@ -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>