From 8b1fdab3b9831e9da6d83a92c0336f27339aff7a Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Thu, 10 Apr 2025 21:32:44 +0100 Subject: [PATCH] [2025-04-10] Removed full stops, added refresh --- templates/index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/templates/index.html b/templates/index.html index c638dae..95b06c9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,30 +5,31 @@
-

It is currently on .

+

+

It is currently on

- We are of the way through {{ year }}.
+ We are of the way through {{ year }}
{{ yearPercent }}%

To put that into context, if the year was:

- ⚽ a 90 minute football match, it would be the {{ footballMinute }}th minute. + ⚽ a 90 minute football match, it would be the {{ footballMinute }}th minute

- 🕘 a 40 hour work week, it would be {{ workTime }} on {{ workDay }}. + 🕘 a 40 hour work week, it would be {{ workTime }} on {{ workDay }}

- 🏃 a marathon, you would have {{ marathonMile }} miles to go. + 🏃 a marathon, you would have {{ marathonMile }} miles to go

🪲 Abbey Road, you would be listening to "{{ abbeyRoadSong }}"

- 🗡️ The Hobbit, Bilbo would be {{ hobbitChapter }}. + 🗡️ The Hobbit, Bilbo would be {{ hobbitChapter }}

- ✈️ a flight from London to New York, you would be about here. + ✈️ a flight from London to New York, you would be about here

🧬 the history of life on Earth, {{ homoSapiens }} @@ -36,7 +37,7 @@