Skip to content

Commit

Permalink
Fix tag's RSS head templating (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx authored Jan 31, 2022
1 parent 382800c commit 02f3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager/rss_generator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function rss_generator()::Nothing
if isfile(tag_feed_head_cand)
tag_feed_head = read(tag_feed_head_cand)
end
write(io, tag_feed_head)
write(io, convert_html(tag_feed_head))
for item in sorted_items
tag item.tags || continue
write(io, item.item)
Expand Down

0 comments on commit 02f3cd9

Please sign in to comment.