Skip to content

Commit 660a578

Browse files
committed
Exclude publications from category-list, close academicpages#2820
1 parent 7f94030 commit 660a578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/page__taxonomy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
{% include tag-list.html %}
55
{% endif %}
66

7-
{% if site.category_archive.type and page.categories[0] %}
7+
{% if site.category_archive.type and page.categories[0] and page.collection != 'publications' %}
88
{% include category-list.html %}
99
{% endif %}

0 commit comments

Comments
 (0)