diff options
author | Alan Pearce | 2024-06-25 09:37:00 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 09:37:00 +0200 |
commit | 27cf354a0e5d5b25aba64cc58406c821f2cecfca (patch) | |
tree | e37d7222ddcca2db3b57a697c8909f5929bdcc0f /templates | |
parent | becede4bfead952239b9cf7c8eb9fb96d01534ec (diff) | |
download | website-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.xsl | 4 |
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> |