diff options
Diffstat (limited to 'brownstone/templates/page.html')
-rw-r--r-- | brownstone/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brownstone/templates/page.html b/brownstone/templates/page.html index 0c29eeb..58bbd7a 100644 --- a/brownstone/templates/page.html +++ b/brownstone/templates/page.html @@ -3,7 +3,7 @@ {% block content %} <div id="content"> <div class="post"> - <h2 class="title"><a href="{{ SITEURL }}{{ page.url }}">{{ page.title }}</a></h1> + <h2 class="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> |