put artist before desc in rss

This commit is contained in:
Rhiannon Morris 2022-01-04 20:13:19 +01:00
parent ca53ab5b8e
commit a301efa521
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@ makeItem root prefix nsfw path i@(Info {title, artist}) = [b|@4
descArtist' = if #exists desc || isJust artist then [b|@6
<description>
<![CDATA[
$10.desc'
$10.artist'
$10.desc'
]]>
</description>
|]