summaryrefslogtreecommitdiffstats
path: root/pelican-themes/gum/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-themes/gum/templates/base.html')
-rw-r--r--pelican-themes/gum/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pelican-themes/gum/templates/base.html b/pelican-themes/gum/templates/base.html
index bc0fa93..af0f3d8 100644
--- a/pelican-themes/gum/templates/base.html
+++ b/pelican-themes/gum/templates/base.html
@@ -68,14 +68,14 @@
<div class="row">
<header id="banner" class="body">
- <h1><a href="{{ SITEURL }}">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1>
+ <h1><a href="{{ SITEURL }}/">{{ SITENAME }} <strong>{{ SITESUBTITLE }}</strong></a></h1>
</header><!-- /#banner -->
<div id="navigation" class="navbar row">
<a href="#" gumby-trigger="#navigation &gt; ul" class="toggle"><i class="icon-menu"></i></a>
<ul class="columns">
- <li><a href="{{ SITEURL }}">Home</a></li>
+ <li><a href="{{ SITEURL }}/">Home</a></li>
{% for title, link in MENUITEMS %}
<li><a href="{{ link }}">{{ title }}</a></li>