Skip to content

Commit

Permalink
fix: 修复子路径下RSS地址错误 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlueHorizon authored Nov 5, 2024
1 parent e0d4e27 commit 4b6d065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/partial/social_links.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ul.social-links
i.fa.fa-envelope
when "rss"
li
a(href=link)
a(url_for(link))
i.fa.fa-rss
default
li
Expand Down

0 comments on commit 4b6d065

Please sign in to comment.