Local-ize the Swiss theme

Ready for bastardisation :D
This commit is contained in:
warlordjones
2019-09-17 22:18:31 +01:00
parent 0e19438c1a
commit 92cf00665a
34 changed files with 1627 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
---
layout: page
---
{% if page.category_name %}
{% assign category_name = page.category_name %}
{% endif %}
<div class="container mx-auto">
{% for post in site.categories[category_name] %}
{% include post_block.html %}
{% endfor %}
</div>