diff --git a/templates/head.html b/templates/head.html index ad5690c..38555c5 100644 --- a/templates/head.html +++ b/templates/head.html @@ -39,7 +39,11 @@ {% set url = config.base_url %} {% endif %} {% if title %} +{% if title == config.title %} {{ title }} +{% else %} +{{config.title }} :: {{ title }} +{% endif %} {% endif %} {% block metatags %} {% if title %} @@ -91,7 +95,7 @@ {% endif %} {% block css %} - + {% endblock css %}