From 6412601c368d88aa0e8611ecdeea474946cd6d37 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 2 Aug 2026 23:16:11 +0100 Subject: Factor out common parts of templates into partials --- pages/calendar.mustache | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'pages/calendar.mustache') diff --git a/pages/calendar.mustache b/pages/calendar.mustache index c65849d..2ea5ca4 100644 --- a/pages/calendar.mustache +++ b/pages/calendar.mustache @@ -1,20 +1,12 @@ - + {{> headmeta}} Calendar {{channel}} ({{network}}) - tirclogv - - -
-
- Home - {{network}}/{{channel}}: - Logs - Calendar -
+ {{> header}}

Calendar: {{network}}/{{channel}}

{{#years}} @@ -51,10 +43,7 @@ {{/years}}
- + {{> footer}}
-- cgit v1.3.1