diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-03 22:10:56 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-03 22:10:56 +0200 |
| commit | acd9c66c663ea6b0b2fb9dd0a563897c2fae45eb (patch) | |
| tree | 03e24cb4475367e55cc613f6b0080de7cf618063 /pages/log.mustache | |
| parent | 40d29ea3eef3f7fa15ab629b5f6694dab66d9b68 (diff) | |
Calendar view
Diffstat (limited to 'pages/log.mustache')
| -rw-r--r-- | pages/log.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/log.mustache b/pages/log.mustache index 254a9cd..1257d7e 100644 --- a/pages/log.mustache +++ b/pages/log.mustache @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>ircbrowse2: {{channel}} ({{network}})</title> + <title>{{channel}} ({{network}}) - ircbrowse2</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css"> </head> @@ -10,7 +10,8 @@ <div id="gridwrapper" data-page="withheader"> <header> <a href="/" class="hdritem">Home</a> - <span class="hdrspacer"></span> + {{network}}/{{channel}}: + <a href="/log/{{alias}}" class="hdritem">Logs</a> <a href="/cal/{{alias}}" class="hdritem">Calendar</a> </header> <main> @@ -81,9 +82,8 @@ {{/lastpage}} </div> {{/picker}} - <span style="margin: 0 9px 0 4px">—</span> - {{totalevents}} events total </div> + <p>All times are in UTC.</p> </main> <footer> An IRC log viewer by |
