fix blog date spacing, posted by human
This commit is contained in:
parent
8f5c90c19d
commit
e9460c86fe
3 changed files with 6 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue