Skip to content

Commit 4b6d065

Browse files
fix: 修复子路径下RSS地址错误 (#30)
1 parent e0d4e27 commit 4b6d065

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(url_for(link))
1212
i.fa.fa-rss
1313
default
1414
li

0 commit comments

Comments
 (0)