summaryrefslogtreecommitdiffstats
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
index f1f2c04..c836720 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,4 +1,5 @@
{% extends "index.html" %}
+{% block title %} {{ config.title }} | {{ page.title }} {% endblock title %}
{% block content %}
{{ page.content | safe }}
{% endblock content %} \ No newline at end of file