Skip to content

Commit a33fc6e

Browse files
committed
Update footer
1 parent ff12743 commit a33fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/footer/links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ range . }}
33
{{ if eq .name "RSS" }}
44
<li class="td-footer__links-item" data-bs-toggle="tooltip" title="RSS" aria-label="RSS">
5-
<a target="_blank" rel="noopener" href="{{ .RelPermalink }}" aria-label="RSS">
5+
<a target="_blank" rel="noopener" href="{{ .Permalink }}" aria-label="RSS">
66
<i class="fas fa-rss"></i>
77
</a>
88
</li>

0 commit comments

Comments
 (0)