summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 77b926e..33a352d 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -14,11 +14,11 @@
title="Luxagraf RSS feed"
href="https://luxagraf.net/rss/">
{%block stylesheet%}<link rel="stylesheet"
- href="/media/screenv9.css?{% now "u" %}"
+ href="/media/screenv9.css{%comment%}?{% now "u" %}{%endcomment%}"
media="screen">{%endblock%}
<link rel="stylesheet" href="/media/print.css" media="print" title="print" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
- <link rel="manifest" href="/manifest.webmanifest" />
+ <link rel="manifest" href="/manifest.json" />
{%block extrahead%}{%endblock%}
</head>
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>