From 74cc0fa916417d493fca35584efee6a81cd1b162 Mon Sep 17 00:00:00 2001 From: Fabrice Lamant Date: Tue, 30 Jul 2024 22:08:56 +0200 Subject: [PATCH] fix pages title --- src/index/template.html | 6 +++--- src/today/template.html | 15 ++++----------- tailwind.config.js | 3 --- 3 files changed, 7 insertions(+), 17 deletions(-) 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: [