diff options
Diffstat (limited to 'themes/lv2/templates')
-rw-r--r-- | themes/lv2/templates/page.html | 2 |
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 }} |