aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist
diff options
context:
space:
mode:
authorKura <kura@kura.io>2014-06-09 18:41:13 +0100
committerKura <kura@kura.io>2014-06-09 18:41:13 +0100
commit84dcf50b345102a327afd0a23750df5d8e27f7e8 (patch)
treecda958625d87cfcd93351b15616eab917d3f8f81 /mnmlist
parent5049f492336fa66960cc6678fb3b32f666cab5c0 (diff)
parentbc0f01fbc38e25b43ff63803d491b9d6a5637f2a (diff)
downloadpelican-themes-84dcf50b345102a327afd0a23750df5d8e27f7e8.zip
pelican-themes-84dcf50b345102a327afd0a23750df5d8e27f7e8.tar.gz
pelican-themes-84dcf50b345102a327afd0a23750df5d8e27f7e8.tar.bz2
Merge pull request #117 from jminardi/master
BUG: fix mnmlist theme page title link address
Diffstat (limited to 'mnmlist')
-rw-r--r--mnmlist/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/page.html b/mnmlist/templates/page.html
index 0fad5fe..8b16fa7 100644
--- a/mnmlist/templates/page.html
+++ b/mnmlist/templates/page.html
@@ -3,7 +3,7 @@
{% block content %}
<header>
<h1><a href="{{ SITEURL }}" id="site-title">{{ SITENAME }} {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a> :
- <a href="{{ SITEURL }}/{{ page.slug }}" id="page-title">{{ page.title }}</a></h1>
+ <a href="{{ SITEURL }}/{{ page.url }}" id="page-title">{{ page.title }}</a></h1>
</header>
<article>
{{ page.content }}