put artist before desc in rss
This commit is contained in:
parent
ca53ab5b8e
commit
a301efa521
1 changed files with 1 additions and 1 deletions
|
@ -68,8 +68,8 @@ makeItem root prefix nsfw path i@(Info {title, artist}) = [b|@4
|
||||||
descArtist' = if #exists desc || isJust artist then [b|@6
|
descArtist' = if #exists desc || isJust artist then [b|@6
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
$10.desc'
|
|
||||||
$10.artist'
|
$10.artist'
|
||||||
|
$10.desc'
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
|]
|
|]
|
||||||
|
|
Loading…
Reference in a new issue