X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/ce1a2bd0f5563f6b05aa9c9d0156a2a40581260c..81cae952d943334ac129616a3b604cb1a35a6857:/templates/page.html diff --git a/templates/page.html b/templates/page.html index 492918619..f1e26557c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% set title = config.name %} +{% set title = page.title %} {% block content %}

{{ page.title }}

@@ -7,4 +7,4 @@ {{ page.content }}

-{% endblock %} \ No newline at end of file +{% endblock %}