summaryrefslogtreecommitdiff
path: root/pages/calendar.mustache
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-05-10 19:38:59 +0200
committerTom Smeding <tom@tomsmeding.com>2026-05-10 19:38:59 +0200
commitad7ce6aacdb95f9bdf40a566186f5e2a220bdb5e (patch)
treef9d07a2bba1af8ce96f4bc2faf1f92f7ce5303c2 /pages/calendar.mustache
parent5d6f1f42eec48ae1671e54cdd127f39318416498 (diff)
Migrate index and calendar templates to new renderer
Diffstat (limited to 'pages/calendar.mustache')
-rw-r--r--pages/calendar.mustache6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/calendar.mustache b/pages/calendar.mustache
index b8a8b53..b9ffdec 100644
--- a/pages/calendar.mustache
+++ b/pages/calendar.mustache
@@ -24,13 +24,13 @@
<tr>
{{#months}}
<td class="calmonth">
- {{#monthname}}
+ {{#display}}
<b>{{monthname}}</b><br>
<table class="calmonth"><tbody>
{{#weeks}}
<tr>
{{#days}}
- <td>{{#date}}<a href="/cal/{{alias}}/{{year}}-{{month00}}-{{date00}}">{{date}}</a>{{/date}}</td>
+ <td>{{#date}}<a href="/cal/{{alias}}/{{year}}-{{month00}}-{{date00}}">{{.}}</a>{{/date}}</td>
{{/days}}
{{^days}}
<td>&nbsp;</td>
@@ -43,7 +43,7 @@
</tr>
{{/phantomweek}}
</tbody></table>
- {{/monthname}}
+ {{/display}}
</td>
{{/months}}
</tr>