Fix page title on sections
1 files changed, 1 insertions(+), 1 deletions(-) M templates/section.html
M templates/section.html => templates/section.html +1 -1
@@ 1,6 1,6 @@ {% extends "base.html" %} -{% block title %}{{ config.title }} - {{ section.title }}{% endblock title %} +{% block title %}{{ section.title }} | {{ config.title }}{% endblock title %} {% block content %}