summaryrefslogtreecommitdiffstats
path: root/pelican-themes/gum/templates
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-09-28 15:01:11 +0200
committermakefu <github@syntax-fehler.de>2017-09-28 15:01:11 +0200
commit412f49bc8742b1995c16601173acb62414b509ee (patch)
treef24338dcce8dadcd990b73aa932a99d1a57812c7 /pelican-themes/gum/templates
parentdfd08db53909d39cd6bb1610a292cd967e53efe0 (diff)
add gum theme
Diffstat (limited to 'pelican-themes/gum/templates')
-rw-r--r--pelican-themes/gum/templates/base.html4
-rwxr-xr-x[-rw-r--r--]pelican-themes/gum/templates/piwik.html0
2 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>
diff --git a/pelican-themes/gum/templates/piwik.html b/pelican-themes/gum/templates/piwik.html
index ff459af..ff459af 100644..100755
--- a/pelican-themes/gum/templates/piwik.html
+++ b/pelican-themes/gum/templates/piwik.html