mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 00:56:24 +08:00
7 lines
196 B
HTML
Executable File
7 lines
196 B
HTML
Executable File
{% 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 %} |