mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-09 16:28:32 +01:00
fix head title
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="description" content="THS-Raven">
|
<meta name="title" content="THS-Raven">
|
||||||
<meta name="author" content="Yannik Schmidt | https://potaris.de/en/contact">
|
<meta name="author" content="Yannik Schmidt | https://potaris.de/en/contact">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/defaultFavicon.ico">
|
<link rel="shortcut icon" href="/defaultFavicon.ico">
|
||||||
@@ -28,4 +28,4 @@ function datesSorter(a, b) {
|
|||||||
if (new Date(a) > new Date(b)) return -1;
|
if (new Date(a) > new Date(b)) return -1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user