feat: update footer link for rss
This commit is contained in:
parent
aae457a611
commit
b4734e0d83
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<ul class="[ flex list-none gap-0.5 m-0 p-0 ]">
|
||||
<li>
|
||||
<span class="[ visually-hidden ]">RSS</span>
|
||||
<a href="#" target="_blank" aria-label="View RSS feed">{% include "svgs/rss.svg" %}</a>
|
||||
<a href="/rss.xml" target="_blank" aria-label="View RSS feed">{% include "svgs/rss.svg" %}</a>
|
||||
</li>
|
||||
{% for key, url in meta.social %}
|
||||
{% set alt = key | capitalize %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue