diff --git a/templates/base-page.html b/templates/base-page.html index 49a1661..f05187a 100644 --- a/templates/base-page.html +++ b/templates/base-page.html @@ -12,4 +12,4 @@ /{{ tag }}/ {% endfor %} {% endif %} -

\ No newline at end of file +

diff --git a/templates/head.html b/templates/head.html index 682195c..289a825 100644 --- a/templates/head.html +++ b/templates/head.html @@ -40,7 +40,7 @@ {% endif %} {% if title %} {% if title == config.title %} -{{ title }} +{{ title }} :: Home {% else %} {{config.title }} :: {{ title }} {% endif %}