Skip to content

Commit

Permalink
Fix RSS url. (#17)
Browse files Browse the repository at this point in the history
Should be a relative url.
  • Loading branch information
Mariatta authored Aug 23, 2024
1 parent fef767d commit 3cea489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ params:
url: "https://discord.gg/nXkJ2JYvCu"
- name: rss
title: Get Updates by subscribing to our RSS Feed
url: "/index.xml"
url: "./index.xml"

menu:
main:
Expand Down

0 comments on commit 3cea489

Please sign in to comment.