mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-14 05:35:47 +00:00
small edit
This commit is contained in:
@ -17,7 +17,7 @@ back: 1
|
|||||||
<h1><a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
<h1><a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
||||||
<p align="justify"><i>{{ post.date | date_to_string}}</i></p>
|
<p align="justify"><i>{{ post.date | date_to_string}}</i></p>
|
||||||
<p align="justify">{{ post.description }}</p>
|
<p align="justify">{{ post.description }}</p>
|
||||||
<p align="justify"><b>Tags</b>: {{ post.tags }}</p>
|
<p align="justify"><b>Тэги</b>: {{ post.tags }}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if paginator.total_pages > 1 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
|
Reference in New Issue
Block a user