mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-23 09:29:55 +00:00
change project structure to more pretty one
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user