diff options
Diffstat (limited to 'templates/feed-styles.xsl')
-rw-r--r-- | templates/feed-styles.xsl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/feed-styles.xsl b/templates/feed-styles.xsl index 5953f89..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> @@ -28,7 +30,7 @@ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" - style="width: 1.5ex; height: 1.5ex" + class="rss-icon" viewBox="0 0 256 256" > <rect width="256" height="256" x="0" y="0" fill="#7F7F7F" /> |