Skip to content

Commit 462adff

Browse files
committed
fix: replace the RSS links scheme with feed to launch up an RSS reader application
1 parent 4504c37 commit 462adff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/hb/modules/socials/link.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{{- $url = printf .url $.id }}
6464
{{- else if eq $.name "rss" }}
6565
{{- with site.Home.OutputFormats.Get "rss" }}
66-
{{- $url = .RelPermalink }}
66+
{{- $url = .Permalink | printf "feed:%s" }}
6767
{{- end }}
6868
{{- end }}
6969
{{- end }}

0 commit comments

Comments
 (0)