diff options
author | jminardi <jminardi@enthought.com> | 2013-07-11 00:18:05 -0500 |
---|---|---|
committer | jminardi <jminardi@enthought.com> | 2013-07-11 00:18:05 -0500 |
commit | bc0f01fbc38e25b43ff63803d491b9d6a5637f2a (patch) | |
tree | 84bc8786562b584f281c1cec47ac58f80ca02d87 /mnmlist/templates/page.html | |
parent | 68d249c543fd0cd456a3da113f23f9d0e7fc35b9 (diff) | |
download | pelican-themes-bc0f01fbc38e25b43ff63803d491b9d6a5637f2a.tar.gz |
BUG: direct header link to correct url
Diffstat (limited to 'mnmlist/templates/page.html')
-rw-r--r-- | mnmlist/templates/page.html | 2 |
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 }} |