From 7c08afd343e19c35151fc614611151033b7f2ad1 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 7 May 2017 19:58:39 +0530 Subject: More fine tuning of template Allow smooth navigation and move redundant information to base.html. --- templates/index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 429020e..98e5f15 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,11 +1,6 @@ {% extends "base.html" %} -{% block menu %} - {% for p in PAGES %} - | {{p.title}} | - {% endfor %} -

Home

-{% endblock %} {% block content %} +

Random Ramblings

{% block content_title %}

All articles

-- cgit v1.2.3