_includes/post-meta.html in jekyll-theme-hydeout-3.1.2 vs _includes/post-meta.html in jekyll-theme-hydeout-3.1.3
- old
+ new
@@ -10,10 +10,9 @@
it and linking for all categories (or no categories) if this
site has a lot of pages and/or a lot of categories.
{% endcomment %}
{% assign category_page = false %}
{% for node in site.pages %}
- {{ node.category }}
{% if node.category == category or node.title == category %}
{% assign category_page = node %}
{% endif %}
{% endfor %}
\ No newline at end of file