introducing: minimal mistakes

This commit is contained in:
infominer33 2019-03-28 19:40:33 -04:00
parent 5d7c36f4e3
commit f4e2cfa1f6
766 changed files with 41906 additions and 1080 deletions

9
_layouts/category.html Normal file
View file

@ -0,0 +1,9 @@
---
layout: archive
---
{{ content }}
<div class="entries-{{ page.entries_layout }}">
{% include posts-category.html taxonomy=page.taxonomy type=page.entries_layout %}
</div>