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