Skip to content

Commit e023ee0

Browse files
authored
fix link (#11)
* fix rss links * fix rss links * actually pass relative link
1 parent c6265cd commit e023ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function make(f, page_folder, destination)
3030
routes["/"] = App(f(Bonito.Col(site_entries...)))
3131
Bonito.export_static(destination, routes)
3232
rss_path = joinpath(destination, "rss.xml")
33-
BonitoSites.generate_rss_feed(site_entries, rss_path; title, link, description)
33+
BonitoSites.generate_rss_feed(site_entries, rss_path; title, link, description, relative_path="./website/")
3434
end
3535

3636
build = Blog.site_path("build")

0 commit comments

Comments
 (0)