We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431f63e commit ff12743Copy full SHA for ff12743
layouts/partials/footer/links.html
@@ -2,7 +2,7 @@
2
{{ range . }}
3
{{ if eq .name "RSS" }}
4
<li class="td-footer__links-item" data-bs-toggle="tooltip" title="RSS" aria-label="RSS">
5
- <a target="_blank" rel="noopener" href="{{ .RelPermalink }}/project/status/index.xml" aria-label="RSS">
+ <a target="_blank" rel="noopener" href="{{ .RelPermalink }}" aria-label="RSS">
6
<i class="fas fa-rss"></i>
7
</a>
8
</li>
0 commit comments