We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068e57b commit ce52bb0Copy full SHA for ce52bb0
layouts/blog/baseof.html
@@ -20,7 +20,7 @@
20
</aside>
21
<main class="col-12 col-md-9 col-xl-8 ps-md-5 pe-md-4" role="main">
22
{{ with .CurrentSection.OutputFormats.Get "rss" -}}
23
- <a class="td-rss-button" title="RSS" href="{{ .Permalink | safeURL }}" target="_blank" rel="noopener">
+ <a class="td-rss-button" title="RSS" href="{{ .RelPermalink | safeURL }}" target="_blank" rel="noopener">
24
<i class="fa-solid fa-rss" aria-hidden="true"></i>
25
</a>
26
{{ end -}}
0 commit comments