summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/lv2/templates/page.html')
-rw-r--r--themes/lv2/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/lv2/templates/page.html b/themes/lv2/templates/page.html
index 762dd27..6adfc0d 100644
--- a/themes/lv2/templates/page.html
+++ b/themes/lv2/templates/page.html
@@ -13,7 +13,7 @@
{% block content %}
<header>
{% if page.title %}
- <h1><a href="{{ SITEURL }}/{{ page.slug }}" id="page-title">{{ page.title }}</a></h1>
+ <h1><a href="{{ SITEURL }}/pages/{{ page.slug }}.html" id="page-title">{{ page.title }}</a></h1>
{% endif %}
</header>
{{ page.content }}