summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 9a5f8de..bbaa05f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,8 +9,8 @@
name="description"
content="{% block description %}{% endblock description %}"
/>
- <link rel="stylesheet" href="/main.css" />
- <link rel="sitemap" href="/sitemap.xml" />
+ <style>{{ load_data(path="static/main.css") | safe }}</style>
+ <link rel="sitemap" href="sitemap.xml" />
</head>
{% endblock head %}
<body>