about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorAlan Pearce2023-06-23 09:05:57 +0200
committerAlan Pearce2023-06-23 14:04:53 +0200
commit181ab0399d23a8edb732610d8e545ed227136908 (patch)
tree96d6fb74d9596e54eaf483c67faa51e7a9502354 /templates
parent6be02cea11848175ead843d2ecad78dd0548a8a4 (diff)
downloadwebsite-181ab0399d23a8edb732610d8e545ed227136908.tar.lz
website-181ab0399d23a8edb732610d8e545ed227136908.tar.zst
website-181ab0399d23a8edb732610d8e545ed227136908.zip
Make style a css file (although zola requires .html extension)
Diffstat (limited to 'templates')
-rw-r--r--templates/feed-styles.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feed-styles.html b/templates/feed-styles.html
index a6cae59..66dac33 100644
--- a/templates/feed-styles.html
+++ b/templates/feed-styles.html
@@ -12,7 +12,9 @@
         <meta charset="utf-8"/>
         <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
         <meta name="viewport" content="width=device-width, initial-scale=1"/>
+        <style>
         {% include "style.html" ignore missing -%}
+        </style>
       </head>
       <body>
         <main>