mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-25 07:47:18 +00:00
update to standards (3)
This commit is contained in:
parent
6668e8611d
commit
cea01cbd59
@ -18,11 +18,11 @@ hastr: true
|
|||||||
<section>
|
<section>
|
||||||
|
|
||||||
{% for post in site.categories.en limit:10 %}
|
{% for post in site.categories.en limit:10 %}
|
||||||
<h1>
|
<h2>
|
||||||
<a href="#{{ post.short }}" class="anchor" id="{{ post.short }}"><span class="octicon octicon-link"></span></a>
|
<a href="#{{ post.short }}" class="anchor" id="{{ post.short }}"><span class="octicon octicon-link"></span></a>
|
||||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||||
</h1>
|
</h2>
|
||||||
<p><i>{{ post.date | date_to_string }}</i></p>
|
<p><i>{{ post.date | date_to_string }}</i></p>
|
||||||
<p>{{ post.description }}</p>
|
{{ post.description }}
|
||||||
<p><b>Tags</b>: {{ post.tags }}</p>
|
<p><b>Tags</b>: {{ post.tags }}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -24,6 +24,6 @@ hastr: true
|
|||||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||||
</h1>
|
</h1>
|
||||||
<p><i>{% include shortdate_to_ru.html %}</i></p>
|
<p><i>{% include shortdate_to_ru.html %}</i></p>
|
||||||
<p>{{ post.description }}</p>
|
{{ post.description }}
|
||||||
<p><b>Тэги</b>: {{ post.tags }}</p>
|
<p><b>Тэги</b>: {{ post.tags }}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user