From 1b5a2df6dba85746e22b7fb74cae84f44556fc94 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Mon, 27 Apr 2026 23:10:42 -0700 Subject: [PATCH] news-digest: hero brand block links to /index.html (latest edition) from any archive page Wrapped .masthead-brand in in both digest.html.j2 and archive.html.j2 so the hero is a clickable shortcut to the latest edition. Useful when reading an archived edition and you want to jump back to the freshest one without going through the archive list. CSS: color: inherit + text-decoration: none keeps the visual identical; hover drops opacity to 0.85 for affordance; focus-visible gets an accent outline so keyboard nav is discoverable. --- stacks/news-digest/templates/archive.html.j2 | 4 ++-- stacks/news-digest/templates/digest.html.j2 | 4 ++-- stacks/news-digest/templates/style.css | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/stacks/news-digest/templates/archive.html.j2 b/stacks/news-digest/templates/archive.html.j2 index 26c5353..c57fd03 100644 --- a/stacks/news-digest/templates/archive.html.j2 +++ b/stacks/news-digest/templates/archive.html.j2 @@ -10,10 +10,10 @@