mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-10-27 11:53:44 +00:00
change project structure to more pretty one
This commit is contained in:
@ -19,11 +19,15 @@ hastr: true
|
||||
<section>
|
||||
|
||||
{% for post in site.categories.ru limit:10 %}
|
||||
{% if post.categories contains 'projects' %}
|
||||
<!-- do nothing -->
|
||||
{% else %}
|
||||
<h1>
|
||||
<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>
|
||||
<p><i>{% include shortdate_to_ru.html %}</i></p>
|
||||
{% endif %}
|
||||
<p>{{ post.excerpt }}</p>
|
||||
<p><b>Теги</b>: {{ post.tags }}</p>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user