diff options
Diffstat (limited to 'waterspill/templates/page.html')
-rw-r--r-- | waterspill/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspill/templates/page.html b/waterspill/templates/page.html index 8f2f691..953cd5b 100644 --- a/waterspill/templates/page.html +++ b/waterspill/templates/page.html @@ -3,7 +3,7 @@ {% block content %} <div class="blogItem"> - <h2><a href="{{ SITEURL }}{{ page.url }}">{{ page.title }}</a></h3> + <h2><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h3> {{ page.content }} {% include 'twitter.html' %} |