summaryrefslogtreecommitdiff
path: root/templates/category.html
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2017-05-07 19:58:39 +0530
committerVasudev Kamath <vasudev@copyninja.info>2017-05-07 19:58:39 +0530
commit7c08afd343e19c35151fc614611151033b7f2ad1 (patch)
tree786e0fc26bf70c193dd23412eedfa855a4622cce /templates/category.html
parent073089162f8be3d6eb77d471055fcce3773f0b39 (diff)
More fine tuning of template
Allow smooth navigation and move redundant information to base.html.
Diffstat (limited to 'templates/category.html')
-rw-r--r--templates/category.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/category.html b/templates/category.html
index 4e6fd24..e30f3ec 100644
--- a/templates/category.html
+++ b/templates/category.html
@@ -1,4 +1,5 @@
{% extends "index.html" %}
+{% block home %} | <a href="{{ SITEURL }}">Home</a> | {% endblock %}
{% block content_title %}
<h2>Articles in the {{ category }} category</h2>
{% endblock %}