about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorAlan Pearce2024-06-25 09:37:00 +0200
committerAlan Pearce2024-06-25 09:37:00 +0200
commit27cf354a0e5d5b25aba64cc58406c821f2cecfca (patch)
treee37d7222ddcca2db3b57a697c8909f5929bdcc0f /templates
parentbecede4bfead952239b9cf7c8eb9fb96d01534ec (diff)
downloadwebsite-27cf354a0e5d5b25aba64cc58406c821f2cecfca.tar.lz
website-27cf354a0e5d5b25aba64cc58406c821f2cecfca.tar.zst
website-27cf354a0e5d5b25aba64cc58406c821f2cecfca.zip
fix missing spacing in feed preview
Diffstat (limited to 'templates')
-rw-r--r--templates/feed-styles.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/feed-styles.xsl b/templates/feed-styles.xsl
index fcca39d..679d064 100644
--- a/templates/feed-styles.xsl
+++ b/templates/feed-styles.xsl
@@ -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></style>
+        <style>
+          {{ .css }}
+        </style>
       </head>
       <body>
         <main>