From 4df407bf2a1735c5ab5d75230e66a688ed231b08 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 17 Apr 2016 16:55:53 +0530 Subject: Update theme for my taste --- templates/index.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 4bd8198..429020e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,10 @@ {% extends "base.html" %} +{% block menu %} + {% for p in PAGES %} + | {{p.title}} | + {% endfor %} +

Home

+{% endblock %} {% block content %}
{% block content_title %} @@ -8,16 +14,7 @@
    {% for article in articles_page.object_list %}
  1. {% endfor %}
-- cgit v1.2.3