Initial commit

This commit is contained in:
Michael Smith
2018-02-27 12:44:11 +01:00
parent ec8f38f507
commit 1c8ba50102
159 changed files with 16261 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% for category in site.data.categories %}
{% if category.slug == page.category %}
{% assign category_name = category.name %}
{% endif %}
{% endfor %}
<h1 class="page-title">
<div class="page-title__text">{{ category_name }}</div>
</h1>