summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index c818385..321ab9d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -25,8 +25,9 @@
<li><a href="/about">about</a></li>
<li><a href="/contact">contact</a></li>
<li><a href="/archives">archives</a></li>
- <li id="atom-badge">
+ <li class="nav-badges">
<a href="/feed.xml"><img src="/assets/atom.png"></a>
+ <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/assets/cc-by-nc-sa-80x15.png"></a>
</li>
</ul>
</nav>
@@ -37,4 +38,4 @@
</footer>
</body>
-</html> \ No newline at end of file
+</html>