aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/templates/aggregator/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'aggregator/templates/aggregator/base.html')
-rw-r--r--aggregator/templates/aggregator/base.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/aggregator/templates/aggregator/base.html b/aggregator/templates/aggregator/base.html
index 8f752bd..4a24135 100644
--- a/aggregator/templates/aggregator/base.html
+++ b/aggregator/templates/aggregator/base.html
@@ -19,10 +19,8 @@
</h1>
<h2 id="sitesubtitle">
Will this ever really be my website?
- {% for category in categories %}
- <a class="category"
- href="/{{ category.name|slugify }}/">{{ category.name }}</a>
- {% endfor %}
+ <a class="category" href="/activity/">Activities</a>
+ <a class="category" href="/post/">Posts</a>
</h2>
</hgroup>
</header>