diff --git a/templates/index.html b/templates/index.html index 7539f10..d766c88 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ - {% block title %}{{ config.title }}{% endblock title %} + {% block title %}{{ config.title | upper }}{% endblock title %} diff --git a/templates/section.html b/templates/section.html index 08df5c9..ed2eff2 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,6 +1,6 @@ {% extends "index.html" %} -{% block title %}{{ config.title }} – {{ section.title }}{% endblock %} +{% block title %}{{ config.title | upper }} – {{ section.title }}{% endblock %} {% block nav %}