diff --git a/src/index/template.html b/src/index/template.html
index 80acf3f4b..d93bce7d1 100644
--- a/src/index/template.html
+++ b/src/index/template.html
@@ -2,11 +2,11 @@
- Paris 2024 Summer Olympic Games calendars
+ Paris 2024 - {{title}}
-
-
+
+
diff --git a/src/today/template.html b/src/today/template.html
index 2b4c7f85e..488ef7efe 100644
--- a/src/today/template.html
+++ b/src/today/template.html
@@ -2,21 +2,14 @@
- Paris 2024 Summer Olympic Games - Today's events
+ Paris 2024 - {{title}}
-
-
+
+
-
-
-
-
-
-
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 38ec04630..0b66fb1f8 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,9 +3,6 @@ module.exports = {
content: ["./docs/**/*.html"],
theme: {
extend: {
- fontFamily: {
- gmono: ["'Anonymous'", "monospace"],
- },
},
},
plugins: [