chore: refactor nav

This commit is contained in:
Cory Dransfeldt 2023-08-13 18:05:58 -07:00
parent 5428e3f563
commit 9ddd1459d3
No known key found for this signature in database
11 changed files with 47 additions and 46 deletions

View file

@ -1,5 +1,5 @@
<a
class="link--icon icon--24"
class="link--icon icon--24"
href="https://www.buymeacoffee.com/cory"
rel="me"
title="Buy Me a Coffee">

View file

@ -1,3 +0,0 @@
<a href="/feeds" title="RSS" class="link--icon icon--24{% if page.url == '/feeds/' %} active{% endif %}">
{% tablericon "rss" "RSS" %}
</a>

View file

@ -1,3 +0,0 @@
<a href="/search" title="Search posts" class="link--icon icon--24{% if page.url == '/search/' %} active{% endif %}">
{% tablericon "search" "Search posts" %}
</a>

View file

@ -1,3 +0,0 @@
<a href="/tags" title="Post tags" class="link--icon icon--24{% if page.url == '/tags/' %} active{% endif %}">
{% tablericon "tag" "Post tags" %}
</a>

View file

@ -1,3 +0,0 @@
<a href="/webrings" title="RSS" class="link--icon icon--24{% if page.url == '/webrings/' %} active{% endif %}">
{% tablericon "heart-handshake" "Webrings" %}
</a>