diff options
Diffstat (limited to 'pages/calendar.mustache')
| -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 b9ffdec..c65849d 100644 --- a/pages/calendar.mustache +++ b/pages/calendar.mustache @@ -10,10 +10,10 @@ <body> <div id="gridwrapper" data-page="withheader"> <header> - <a href="/" class="hdritem">Home</a> + <a href="/" class="hdritem hdritem-home">Home</a> {{network}}/{{channel}}: - <a href="/log/{{alias}}" class="hdritem">Logs</a> - <a href="/cal/{{alias}}" class="hdritem">Calendar</a> + <a href="/log/{{&alias}}" class="hdritem hdritem-view">Logs</a> + <a href="/cal/{{&alias}}" class="hdritem hdritem-view">Calendar</a> </header> <main> <h1>Calendar: {{network}}/{{channel}}</h1> |
