aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}