mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-04 13:47:07 +01:00
Refactoring of the gh pages
This commit is contained in:
9
_includes/page__taxonomy.html
Normal file
9
_includes/page__taxonomy.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% include base_path %}
|
||||
|
||||
{% if site.tag_archive.type and page.tags[0] %}
|
||||
{% include tag-list.html %}
|
||||
{% endif %}
|
||||
|
||||
{% if site.category_archive.type and page.categories[0] %}
|
||||
{% include category-list.html %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user