Add feather icons and use them in the global nav, add RSS
[styx.blog] / core / templates / core / base.html
index 46fd2e9..f8bc97a 100644 (file)
@@ -18,7 +18,8 @@
     </header>
 
     <nav>
-      <a href='{% url "post-list" %}'>Home</a>
+      <a href='{% url "post-list" %}' title='Home'>{% include 'feather/home.svg' %}</a>
+      <a href='{% url "atom" %}' title='Atom/RSS'>{% include 'feather/rss.svg' %}</a>
     </nav>
 
     <main>