summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-08 19:47:58 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-08 19:47:58 +0200
commit7aab4f576a04ac0a12f9114d3ddefae59a58f7ab (patch)
treec48ec88b34077e8be2f4d991bbecaacdf4f10c78 /templates
parent4dd863d61b2c96fe7cea21bfc2ee0d61e584969e (diff)
Soon to be changing colors.
Changes to be committed: modified: sass/_predefined.scss modified: templates/index.html
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html
index 2ee6be3..2a9b9a5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,6 +5,7 @@
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
+
<meta property="name" content="{{config.title}}"/>
<meta property="description" content="{{config.description}}"/>
@@ -48,18 +49,12 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{get_url(path="favicon-32x32.png")}}"/>
<link rel="icon" type="image/png" sizes="16x16" href="{{get_url(path="favicon-16x16.png")}}"/>
- <!--<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
- <link rel="manifest" href="/site.webmanifest">
- <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#030303">-->
-
<link rel="manifest" href="{{get_url(path="site.webmanifest")}}">
<link rel="mask-icon" href="{{get_url(path="safari-pinned-tab.svg")}}" color="#030303">
<meta name="msapplication-TileColor" content="#603cba">
<!--<meta name="theme-color" content="#ffffff"> discord fancy ruler line on the left of embeds -->
- <link rel="shortcut icon" href="{{get_url(path="favicon.ico")}}"/>
+ <link rel="shortcut icon" href="{{get_url(path="favicon.ico")}}"/> <!--- this is for old browsers that don't support the other icons / bookmarks--->
<link rel="stylesheet" href="{{get_url(path="style.css")}}"/>