diff options
Diffstat (limited to 'lightweight/templates/page.html')
-rw-r--r-- | lightweight/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lightweight/templates/page.html b/lightweight/templates/page.html index 875fcf7..a9e9623 100644 --- a/lightweight/templates/page.html +++ b/lightweight/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %} - <h2 class="page_title"><a href="{{ SITEURL }}{{ page.url }}">{{ page.title }}</a></h1> + <h2 class="page_title"><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h1> {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get the pdf</a>{% endif %} <div style="clear: both;"> </div> |