aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-13 15:23:17 +0530
committerBobby <[email protected]>2025-07-13 15:23:17 +0530
commitf352d2678f91e4f4ea6902d084fb9590e2819e92 (patch)
tree4aa73c034a240edfb41fa7bc51caf99d425f14bf /templates
parentcfdcbc452064854140bb572dea154d3f5c2f857b (diff)
downloadimageboard-f352d2678f91e4f4ea6902d084fb9590e2819e92.tar.xz
imageboard-f352d2678f91e4f4ea6902d084fb9590e2819e92.zip
added favicon
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/main.django4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layouts/main.django b/templates/layouts/main.django
index 8e776d3..98bb733 100644
--- a/templates/layouts/main.django
+++ b/templates/layouts/main.django
@@ -5,6 +5,10 @@
<title>{{ Title }} - {{ Appname }}</title>
<link rel="stylesheet" href="/static/css/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel="apple-touch-icon" sizes="180x180" href="static/images/icons/apple-touch-icon.png" />
+ <link rel="icon" type="image/png" sizes="32x32" href="static/images/icons/favicon-32x32.png" />
+ <link rel="icon" type="image/png" sizes="16x16" href="static/images/icons/favicon-16x16.png" />
+ <link rel="manifest" href="/static/extra/site.webmanifest" />
{{ PreferencesCSS|safe }}
</head>
<body>