Local-ize the Swiss theme
Ready for bastardisation :D
This commit is contained in:
13
_layouts/category_index.html
Normal file
13
_layouts/category_index.html
Normal 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>
|
||||
Reference in New Issue
Block a user