Rename tag/category archive variables to avoid possible conflicts with site.tags and site.categories
- Fixes #329
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{% include base_path %}
|
||||
|
||||
{% if site.tags.type and page.tags[0] %}
|
||||
{% if site.tag_archive.type and page.tags[0] %}
|
||||
{% include tag-list.html %}
|
||||
{% endif %}
|
||||
|
||||
{% if site.categories.type and page.categories[0] %}
|
||||
{% if site.category_archive.type and page.categories[0] %}
|
||||
{% include category-list.html %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user