aboutsummaryrefslogtreecommitdiffstats
path: root/templates/aggregator/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/aggregator/base.html')
-rw-r--r--templates/aggregator/base.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/aggregator/base.html b/templates/aggregator/base.html
index 6a37f5a..0826711 100644
--- a/templates/aggregator/base.html
+++ b/templates/aggregator/base.html
@@ -14,7 +14,13 @@
<h1 id="sitetitle">
<span id="blue">ryu</span><span id="orange">slash</span>
</h1>
- <div id="sitesubtitle">Will this ever really be my website?</div>
+ <div id="sitesubtitle">
+ Will this ever really be my website?
+ {% for category in categories %}
+ <a class="category"
+ href="/{{ category.name|slugify }}/">{{ category.name }}</a>
+ {% endfor %}
+ </div>
{% block menu %}{% endblock %}