Remove stupid copyright notice
[styx.blog] / core / templates / core / base.html
index ba5ab1f..ca494c1 100644 (file)
 
   <body>
     <header>
-      <h1>Styx</h1>
+      <h1>styx</h1>
     </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>
     </main>
 
     <footer>
-      <p>&copy; {% now 'Y' %} Styx</p>
       <section class="licenses">
         Licenses:
         <div>
-          <span>Content: <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></span>
-          <span>Code: <a rel="license" href="https://www.gnu.org/licenses/gpl.html">GPL 3.0</a></span>
+          <span>Content: <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a></span>
+          <span>Code: <a rel='license' href='https://www.gnu.org/licenses/agpl-3.0.html'>AGPL 3.0</a></span>
         </div>
       </section>
     </footer>