fix blog date spacing, posted by human

This commit is contained in:
Pascal Engélibert 2025-12-20 08:04:08 +01:00
commit e9460c86fe
3 changed files with 6 additions and 2 deletions

View file

@ -53,7 +53,7 @@
{% block main %}
<h1><span>{{page.title | safe}}</span></h1>
<small class="article-date">{{page.date}}</small><br/>
<small class="article-date">{{ tr.blog_published_on_date }} {{page.date}}.</small><br/>
<small class="article-tags">{% for tag in page.taxonomies.tags %}<a href="/{{macros::langurl()}}tags/{{tag}}">{{tag}}</a>{% if not loop.last %}, {% endif %}{% endfor %}</small>
{% if page.toc %}