summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-04-09 20:47:24 +0200
committerTom Smeding <tom@tomsmeding.com>2026-04-09 20:47:24 +0200
commit073d75628c8c9dbb84615672c855f858ea7e07cf (patch)
tree64dbd4b47afca987c8006c8d13260f316b3056a8 /pages
parent0b8ae377c19e0c7adc3483d319456a86a3f5ef24 (diff)
Rename to tirclogv
Diffstat (limited to 'pages')
-rw-r--r--pages/calendar-day.mustache4
-rw-r--r--pages/calendar.mustache4
-rw-r--r--pages/index.mustache6
-rw-r--r--pages/log.mustache4
4 files changed, 9 insertions, 9 deletions
diff --git a/pages/calendar-day.mustache b/pages/calendar-day.mustache
index 5a01acc..8e38f2d 100644
--- a/pages/calendar-day.mustache
+++ b/pages/calendar-day.mustache
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>{{channel}} {{date}} ({{network}}) - ircbrowse2</title>
+ <title>{{channel}} {{date}} ({{network}}) - tirclogv</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
</head>
@@ -28,7 +28,7 @@
<p>All times are in UTC on {{date}}.</p>
</main>
<footer>
- An IRC log viewer by
+ tirclogc &mdash; An IRC log viewer by
<a href="https://tomsmeding.com">Tom Smeding</a>.
</footer>
</div>
diff --git a/pages/calendar.mustache b/pages/calendar.mustache
index 79475cb..2649f43 100644
--- a/pages/calendar.mustache
+++ b/pages/calendar.mustache
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Calendar {{channel}} ({{network}}) - ircbrowse2</title>
+ <title>Calendar {{channel}} ({{network}}) - tirclogv</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
</head>
@@ -51,7 +51,7 @@
{{/years}}
</main>
<footer>
- An IRC log viewer by
+ tirclogc &mdash; An IRC log viewer by
<a href="https://tomsmeding.com">Tom Smeding</a>.
</footer>
</div>
diff --git a/pages/index.mustache b/pages/index.mustache
index a62bbaf..9b1c077 100644
--- a/pages/index.mustache
+++ b/pages/index.mustache
@@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>ircbrowse2</title>
+ <title>tirclogv</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="gridwrapper" data-page="index">
<main>
- <h1><span lang="ja">改めて</span> ircbrowse</h1>
+ <h1>IRC logs</h1>
{{#networks}}
<h2>{{name}}</h2>
{{#channels}}
@@ -18,7 +18,7 @@
{{/networks}}
</main>
<footer>
- An IRC log viewer by
+ tirclogv &mdash; An IRC log viewer by
<a href="https://tomsmeding.com">Tom Smeding</a>.
</footer>
</div>
diff --git a/pages/log.mustache b/pages/log.mustache
index 8068e26..ecfd51f 100644
--- a/pages/log.mustache
+++ b/pages/log.mustache
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>{{channel}} ({{network}}) - ircbrowse2</title>
+ <title>{{channel}} ({{network}}) - tirclogv</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
</head>
@@ -86,7 +86,7 @@
<p>All times are in UTC.</p>
</main>
<footer>
- An IRC log viewer by
+ tirclogc &mdash; An IRC log viewer by
<a href="https://tomsmeding.com">Tom Smeding</a>.
</footer>
</div>