change project structure to more pretty one

This commit is contained in:
2016-01-27 11:38:36 +03:00
parent 2ab2093829
commit c0ad1a6912
22 changed files with 90 additions and 242 deletions

View File

@ -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 %}