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

@ -14,6 +14,9 @@
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
{% for post in site.categories.en limit:10 %}
{% if post.tags contains 'offtop' %}
<!-- do nothing -->
{% else %}
{% if post.categories contains 'projects' %}
<!-- do nothing -->
{% else %}
<item>
@ -24,6 +27,7 @@
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
</item>
{% endif %}
{% endif %}
{% endfor %}
</channel>
</rss>