From 36afa9c06f36e72a0fe77de7db066641ee3a30ac Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 10 Oct 2021 13:34:50 +0200 Subject: [PATCH] fix head title --- templates/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/head.html b/templates/head.html index 0d3ea3a..ba7b839 100644 --- a/templates/head.html +++ b/templates/head.html @@ -1,7 +1,7 @@ - + @@ -28,4 +28,4 @@ function datesSorter(a, b) { if (new Date(a) > new Date(b)) return -1; return 0; } - \ No newline at end of file +