Initial commit
This commit is contained in:
9
_includes/category/title.html
Normal file
9
_includes/category/title.html
Normal 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>
|
||||
Reference in New Issue
Block a user