aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-06-20 05:33:20 -0700
committerGitHub <noreply@github.com>2016-06-20 05:33:20 -0700
commitb4c8d04998ff2d7b10cc8d46e4940de6ac94ae15 (patch)
tree26ab3f01b50f9a54fd73283234fe0c309de6e22d
parent9d8f8ceff43cd81caeb883a08620c8a87165faf9 (diff)
parent67e04e126876313faff78f62dac8c1eaf428c6b9 (diff)
downloadpelican-themes-b4c8d04998ff2d7b10cc8d46e4940de6ac94ae15.zip
pelican-themes-b4c8d04998ff2d7b10cc8d46e4940de6ac94ae15.tar.gz
pelican-themes-b4c8d04998ff2d7b10cc8d46e4940de6ac94ae15.tar.bz2
Merge pull request #391 from TC01/monospace_pages
monospace: link to page.url, not page.slug
-rw-r--r--monospace/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/monospace/templates/page.html b/monospace/templates/page.html
index b8c89f7..c9d5ff6 100644
--- a/monospace/templates/page.html
+++ b/monospace/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 }}