feat(rss): Add site title

This commit is contained in:
moanos [he/him] 2024-05-30 13:58:06 +02:00
parent 563fd138df
commit a16098f648

View File

@ -7,7 +7,7 @@
<head> <head>
<title> <title>
RSS Feed | RSS Feed |
<xsl:value-of select="/atom:feed/atom:title"/> <xsl:value-of select="/rss/channel/title"/>
</title> </title>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/>