aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 6476091..5e71e6b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,6 +15,8 @@
{% for dir in navbar %}
<b> <a href="/site/{{ dir }}">{{ dir }}/</a> |</b>
{% endfor %}
+ <!-- Add icons here -->
+ <a href="/feed.xml"><img src="/static/rss.svg"></a>
</div>
<h2>{{ title }}</h2>
<div class="content">