7 lines
No EOL
183 B
HTML
7 lines
No EOL
183 B
HTML
{% if site.tags.type and page.tags[0] %}
|
|
{% include tag-list.html %}
|
|
{% endif %}
|
|
|
|
{% if site.categories.type and page.categories[0] %}
|
|
{% include category-list.html %}
|
|
{% endif %} |