aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-10 03:15:02 +0300
committerValentin Popov <valentin@popov.link>2022-11-10 03:15:02 +0300
commit02fecc39124b768523acc85b178dbdd3421e714e (patch)
treed0f93b8f78c7579fc323d5ee4c958376565b7b1d /templates
parent6fb3e475ce2e4140934746df9f010dfd9109031a (diff)
downloadpopov.link-02fecc39124b768523acc85b178dbdd3421e714e.tar.xz
popov.link-02fecc39124b768523acc85b178dbdd3421e714e.zip
Added minor fixes
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 4e183a8..7ce44ca 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,7 +15,7 @@
<title>{{ config.title | trim }}</title>
<!-- CSS -->
- {% set css = load_data(path='styles.css') %}
+ {% set css = load_data(path='styles.css', format='plain') %}
<style>{{ css | safe }}</style>
</head>