Skip to content

Commit

Permalink
remove extra line from top of rss file (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahilea authored Jan 15, 2025
1 parent 8baabe4 commit e57bd6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build-site/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ function generate_rss_feed(; overwrite_existing=false, template=RSS_TEMPLATE)

str = read(template, String)
str = replace(str, "<!-- POSTS -->" => join(blog_strs, ""))
str = get_warning(template) * str
write(outfile, str)
return nothing
end
Expand Down
1 change: 0 additions & 1 deletion rss.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!--Auto-generated! Make changes in rss.template.xml, not this file-->
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
Expand Down

0 comments on commit e57bd6d

Please sign in to comment.