From 0cae2b840d6318f03c4ec0901a19e175fdbf0007 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 22 Apr 2026 16:04:25 -0400 Subject: [PATCH] refactor(templates): _tag_cards.html and reader.html use tag_id Co-Authored-By: Claude Opus 4.7 --- app/templates/_tag_cards.html | 2 +- app/templates/reader.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/_tag_cards.html b/app/templates/_tag_cards.html index ca7ecda..8116009 100644 --- a/app/templates/_tag_cards.html +++ b/app/templates/_tag_cards.html @@ -1,7 +1,7 @@ {% for tag in tag_data %}
- +
{% for image in tag.images %}
- +

{{ series_name }}

@@ -63,7 +63,7 @@ {% else %}

No pages in this series yet.

- + Go to gallery to add pages