commit 59d8b60e749c258e16623c0ed46723754237b785 parent 59ec9f7c0c9df47654435ea89dc0068737f56f88 Author: FIGBERT <figbert@figbert.com> Date: Mon, 17 Aug 2020 22:35:54 -0700 :children_crossing: Change format of page titles Diffstat:
M | templates/base.html | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/templates/base.html b/templates/base.html @@ -39,11 +39,7 @@ <title> {% block title %} - {% if page.title %} - {{ page.title }} - {% else %} - {{ config.title }} - {% endif %} + {% if page.title %}{{ page.title }} :: {% endif %}{{ config.title }} {% endblock title %} </title>