Skip to content

Commit

Permalink
fix link (#11)
Browse files Browse the repository at this point in the history
* fix rss links

* fix rss links

* actually pass relative link
  • Loading branch information
SimonDanisch authored Oct 12, 2024
1 parent c6265cd commit e023ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function make(f, page_folder, destination)
routes["/"] = App(f(Bonito.Col(site_entries...)))
Bonito.export_static(destination, routes)
rss_path = joinpath(destination, "rss.xml")
BonitoSites.generate_rss_feed(site_entries, rss_path; title, link, description)
BonitoSites.generate_rss_feed(site_entries, rss_path; title, link, description, relative_path="./website/")
end

build = Blog.site_path("build")
Expand Down

0 comments on commit e023ee0

Please sign in to comment.