From 4cf11fdd0298a666790b93c232d1c5a40e626ee3 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Sun, 21 Jun 2026 09:09:29 -0400 Subject: [PATCH] feat: add filter nav bar and summary group links to index template --- templates/index.mustache | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/templates/index.mustache b/templates/index.mustache index 9acda39..01abb10 100644 --- a/templates/index.mustache +++ b/templates/index.mustache @@ -86,6 +86,23 @@ + {{#current_filter}} + + {{/current_filter}} + {{^current_filter}} + + {{/current_filter}} + {{#groups}}
{{label}} · {{count}}
{{#books}} @@ -107,6 +124,9 @@ {{/detail}} {{/books}} {{/groups}} + {{#summary_groups}} +
{{label}} · {{count}}
+ {{/summary_groups}}
{{#minibuffer}}