refactor(rss): Move RSS logo to left

This commit is contained in:
moanos [he/him] 2024-05-30 13:57:10 +02:00
parent f9aa0690d9
commit 563fd138df

View File

@ -33,7 +33,6 @@
</alert-box> </alert-box>
<div class="rss-summary"> <div class="rss-summary">
<h1 class="flex items-start"> <h1 class="flex items-start">
RSS Feed Preview - <xsl:value-of select="/rss/channel/title"/>
<svg <svg
class="inline-icon" class="inline-icon"
version="1.1" version="1.1"
@ -193,6 +192,7 @@
fill="#ffffff" fill="#ffffff"
id="path29-5"/> id="path29-5"/>
</svg> </svg>
RSS Feed Preview - <xsl:value-of select="/rss/channel/title"/>
</h1> </h1>
<p> <p>
<xsl:value-of select="/atom:feed/atom:subtitle"/> <xsl:value-of select="/atom:feed/atom:subtitle"/>