mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
update to standards (3)
This commit is contained in:
parent
6668e8611d
commit
cea01cbd59
@ -18,11 +18,11 @@ hastr: true
|
||||
<section>
|
||||
|
||||
{% 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.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</h1>
|
||||
</h2>
|
||||
<p><i>{{ post.date | date_to_string }}</i></p>
|
||||
<p>{{ post.description }}</p>
|
||||
{{ post.description }}
|
||||
<p><b>Tags</b>: {{ post.tags }}</p>
|
||||
{% endfor %}
|
||||
|
@ -24,6 +24,6 @@ hastr: true
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</h1>
|
||||
<p><i>{% include shortdate_to_ru.html %}</i></p>
|
||||
<p>{{ post.description }}</p>
|
||||
{{ post.description }}
|
||||
<p><b>Тэги</b>: {{ post.tags }}</p>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user