diff options
Diffstat (limited to 'notmyidea-cms/templates/index.html')
-rw-r--r-- | notmyidea-cms/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notmyidea-cms/templates/index.html b/notmyidea-cms/templates/index.html index 3bb5697..1e4bad3 100644 --- a/notmyidea-cms/templates/index.html +++ b/notmyidea-cms/templates/index.html @@ -36,7 +36,7 @@ <section id="content" class="body"> <h2>Pages</h2> {% for page in PAGES %} - <li><a href="{{ SITEURL }}{{ page.url }}">{{ page.title }}</a></li> + <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> {% endfor %} </section> {% endif %} |