From 1eba82c96bdc1576fae9bffd4025bde89cef4086 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 26 Nov 2024 13:44:29 -0700 Subject: [PATCH] Fix the name of tag__list-item elements I changed the class name of these elements in a prior commit and forgot to update this template. --- layouts/partials/page/section_year_nav.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/layouts/partials/page/section_year_nav.html b/layouts/partials/page/section_year_nav.html index bc2e14f..57d07ca 100644 --- a/layouts/partials/page/section_year_nav.html +++ b/layouts/partials/page/section_year_nav.html @@ -1,13 +1,11 @@ -{{- $years := .years -}} -{{- $includeCollapsedYearItem := .includeCollapsedYearItem -}}