summaryrefslogtreecommitdiff
path: root/design/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/base.html')
-rw-r--r--design/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 142f11a..14101f0 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -17,7 +17,7 @@
title="Luxagraf RSS feed"
href="https://luxagraf.net/rss/">
{%block stylesheet%}<link rel="stylesheet"
- href="/media/screenv8.css"
+ href="/media/screenv9.css"
media="screen">{%endblock%}
<!--[if IE]>
<link rel="stylesheet"
@@ -25,6 +25,7 @@
media="screen">
<![endif]-->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+ <link rel="manifest" href="/manifest.webmanifest" />
{%block extrahead%}{%endblock%}
</head>
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>