diff options
author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-17 19:49:13 +0200 |
---|---|---|
committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-17 19:49:13 +0200 |
commit | 765b1de1819ac0558dc5d87bbbe0dec6027fbcaf (patch) | |
tree | c6fd66beff12c633808dc0274abb6319de89e8c4 /notmyidea-cms | |
parent | 53d6c4254aa2b4781b850419d63a40527c307d71 (diff) | |
download | pelican-themes-765b1de1819ac0558dc5d87bbbe0dec6027fbcaf.tar.gz |
remove redundant hyperlink
The blog title already takes one home... /index.html
Diffstat (limited to 'notmyidea-cms')
-rw-r--r-- | notmyidea-cms/templates/base.html | 1 |
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 %} |