From 765b1de1819ac0558dc5d87bbbe0dec6027fbcaf Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 17 Mar 2013 19:49:13 +0200 Subject: remove redundant hyperlink The blog title already takes one home... /index.html --- notmyidea-cms/templates/base.html | 1 - 1 file changed, 1 deletion(-) (limited to 'notmyidea-cms') diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html index 3ec41e1..ffbf352 100644 --- a/notmyidea-cms/templates/base.html +++ b/notmyidea-cms/templates/base.html @@ -31,7 +31,6 @@
  • {{ title }}
  • {% endfor %} {% if DISPLAY_PAGES_ON_MENU != False %} -
  • Home
  • {% for p in PAGES %}
  • {{ p.title }}
  • {% endfor %} -- cgit v1.1