Change license
[styx.blog] / core / templates / core / base.html
index ba5ab1f..46fd2e9 100644 (file)
@@ -14,7 +14,7 @@
 
   <body>
     <header>
-      <h1>Styx</h1>
+      <h1>styx</h1>
     </header>
 
     <nav>
@@ -30,8 +30,8 @@
       <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>