Skip to content

Commit

Permalink
✨ Quick 'n' dirty RSS feed link
Browse files Browse the repository at this point in the history
  • Loading branch information
querkmachine committed Dec 15, 2023
1 parent 14fb4af commit 88309d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/_includes/blog-archive-sidebar.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav aria-label="Tags">
<ul class="kimList">
<nav aria-label="Blog navigation">
<ul class="kimList" aria-label="Post tags">
<li>
<a class="kimLink{%- if page.url !== '/blog/' %}-plain{% endif %}" href="{{ '/blog/' | url }}" {%- if page.url === '/blog/' %} aria-current="true"{% endif %}>all posts</a>
<a class="kimLink{%- if page.url !== '/blog/' %}-plain{% endif %}" href="{{ '/blog/' | url }}" {%- if page.url === '/blog/' %} aria-current="true"{% endif %}>All posts</a>
</li>
{% for tag in collections.tags %}
{% set tagUrl %}/blog/{{ tag | slugify }}/{% endset %}
Expand All @@ -10,6 +10,9 @@
</li>
{% endfor %}
</ul>
<a href="{{ '/feed.xml' | url }}" target="_blank">
RSS feed
</a>
</nav>

<hr class="kimRule kimRule-hairline">

0 comments on commit 88309d2

Please sign in to comment.