diff options
author | HombreLaser <sebastian-440@live.com> | 2024-05-07 11:45:46 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2024-05-07 11:45:46 -0600 |
commit | a4c0692f8dbab80cf5c0b5644ec050322040c4e3 (patch) | |
tree | 3ea2f9dc891a13bbcf8b8980c5bf6f2ebb0b9dc2 /_includes/sidenav.html | |
parent | acc3c3caf7029f92a2b146c29a510181c1b42a65 (diff) |
Add dark theme
Diffstat (limited to '_includes/sidenav.html')
-rw-r--r-- | _includes/sidenav.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/_includes/sidenav.html b/_includes/sidenav.html deleted file mode 100644 index 7e9d945..0000000 --- a/_includes/sidenav.html +++ /dev/null @@ -1,10 +0,0 @@ -<div class="column mt-6"> - <div class="column"> - {% include language_select_button.html %} - <a href="{{ site.baseurl }}/feed.xml"> - <img src="{{ site.baseurl }}/assets/images/rss_feed_icon.svg" width="40" height="40"> - </a> - </div> - {% include navigation.html %} - {% include recent_posts.html %} -</div> |