aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms/templates
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-17 19:49:13 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-17 19:49:13 +0200
commit765b1de1819ac0558dc5d87bbbe0dec6027fbcaf (patch)
treec6fd66beff12c633808dc0274abb6319de89e8c4 /notmyidea-cms/templates
parent53d6c4254aa2b4781b850419d63a40527c307d71 (diff)
downloadpelican-themes-765b1de1819ac0558dc5d87bbbe0dec6027fbcaf.zip
pelican-themes-765b1de1819ac0558dc5d87bbbe0dec6027fbcaf.tar.gz
pelican-themes-765b1de1819ac0558dc5d87bbbe0dec6027fbcaf.tar.bz2
remove redundant hyperlink
The blog title already takes one home... /index.html
Diffstat (limited to 'notmyidea-cms/templates')
-rw-r--r--notmyidea-cms/templates/base.html1
1 files changed, 0 insertions, 1 deletions
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 @@
<li><a href="{{ link }}">{{ title }}</a></li>
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU != False %}
- <li><a href="{{ SITEURL }}/index.html">Home</a></li>
{% for p in PAGES %}
<li {% if p == page %}class="active"{% endif %}><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}