Use attribute pagetitle for pages

This commit is contained in:
Fabrice Mouhartem 2019-04-25 20:46:32 +05:30
parent 4dce77045f
commit 961890afd4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% extends "index.html" %}
{% block title %}{{ page.title }}{% endblock title %}
{% block title %}{{ page.pagetitle }}{% endblock title %}
{% block header %}
<!-- Page Header -->