diff options
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/calendar.mustache | 6 |
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> </td> @@ -43,7 +43,7 @@ </tr> {{/phantomweek}} </tbody></table> - {{/monthname}} + {{/display}} </td> {{/months}} </tr> |
