Skip to content

Commit a28b3b8

Browse files
fix: 修复RSS位于子路径下错误(这次修好了)
1 parent 58b497d commit a28b3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/partial/social_links.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ul.social-links
88
i.fa.fa-envelope
99
when "rss"
1010
li
11-
a(href=link)
11+
a(href=url_for(link))
1212
i.fa.fa-rss
1313
default
1414
li

0 commit comments

Comments
 (0)