diff --git a/_includes/pubs.html b/_includes/pubs.html
index 32789a1..f64acc4 100644
--- a/_includes/pubs.html
+++ b/_includes/pubs.html
@@ -9,7 +9,6 @@
adding/removing a member there propagates here automatically.
- Auto-derived type badge (journal / preprint / conference) based
on the venue string — no extra data entry required.
- - Year-filter chips at the top let visitors narrow to a single year.
{%- endcomment -%}
{%- assign all_lab_people = "" | split: "" -%}
@@ -38,13 +37,6 @@
{% assign sorted_pubs = site.data.publications | group_by_exp:'item', 'item.issued.first.year' | sort: 'name' | reverse %}
-
-
- {% for year in sorted_pubs %}
-
- {% endfor %}
-