diff options
-rw-r--r-- | mnmlist/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/page.html b/mnmlist/templates/page.html index 0fad5fe..8b16fa7 100644 --- a/mnmlist/templates/page.html +++ b/mnmlist/templates/page.html @@ -3,7 +3,7 @@ {% block content %} <header> <h1><a href="{{ SITEURL }}" id="site-title">{{ SITENAME }} {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a> : - <a href="{{ SITEURL }}/{{ page.slug }}" id="page-title">{{ page.title }}</a></h1> + <a href="{{ SITEURL }}/{{ page.url }}" id="page-title">{{ page.title }}</a></h1> </header> <article> {{ page.content }} |