feat: add feeds page (#6)

* feat: add feeds page

* feat: rename posts feed url
This commit is contained in:
Devin Haska 2024-09-29 21:55:15 -07:00 committed by GitHub
parent 75902fd510
commit 183380f70d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 8 deletions

View file

@ -16,11 +16,8 @@
<nav class="[ flow-space-0.5 ]">
<ul class="[ menu ] [ cluster p-0 m-0 gap-0.5 ]" role="list">
<li>
<span class="[ visually-hidden ]">RSS</span>
<a href="/rss.xml"
class="[ button ]"
target="_blank"
aria-label="View RSS feed">{% include "svgs/rss.svg" %}</a>
<span class="[ visually-hidden ]">Feeds</span>
<a href="/feeds" class="[ button ]" aria-label="View RSS feed">{% include "svgs/rss.svg" %}</a>
</li>
{% for key, url in meta.social %}
{% set alt = key | capitalize %}