Skip to content

Commit

Permalink
Fix rss feed url
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Nov 3, 2023
1 parent 62258af commit 31b8833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Social widget
LINKS = (
("fa-solid fa-rss", "/feeds/all.atom.xml"),
("fa-solid fa-rss", f"{SITEURL}/{FEED_ALL_ATOM}"),
("fa-brands fa-github", "https://github.com/tmaegel/"),
("fa-brands fa-mastodon", "https://social.dev-wiki.de/@tmaegel"),
("fa-brands fa-linkedin-in", "https://www.linkedin.com/in/toni-maegel/"),
Expand Down

0 comments on commit 31b8833

Please sign in to comment.