diff options
Diffstat (limited to 'themes/dev-urandom/templates/page.html')
-rw-r--r-- | themes/dev-urandom/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dev-urandom/templates/page.html b/themes/dev-urandom/templates/page.html index b52c807..7a69347 100644 --- a/themes/dev-urandom/templates/page.html +++ b/themes/dev-urandom/templates/page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ super() }} — {{ page.url }}{% endblock title %} +{% block title %}{{ super() }} — {{ page.title }}{% endblock title %} {%- block content %} <h1>{{ page.title }}</h1> |