From 78bdc97f2dd1b5ef33223d8e96894449a556d8fa Mon Sep 17 00:00:00 2001 From: Chip Cuccio Date: Tue, 8 Nov 2022 17:01:57 -0600 Subject: [PATCH] Add logic to yearly history report, to exlude month "cards" which contain no/null data, thusly, preventing 404/non-existent mont pages and null data. --- src/year-%Y.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/year-%Y.html.tmpl b/src/year-%Y.html.tmpl index f760821..de577a5 100644 --- a/src/year-%Y.html.tmpl +++ b/src/year-%Y.html.tmpl @@ -134,6 +134,7 @@ #for $month in $year.months + #if $month.outTemp.has_data
@@ -172,7 +173,8 @@
- #end for + #end if + #end for