diff --git a/www/_templates/layout.html b/www/_templates/layout.html index 10041a8..cb242e1 100644 --- a/www/_templates/layout.html +++ b/www/_templates/layout.html @@ -6,7 +6,7 @@ {{ metatags }} {%- if builder != 'htmlhelp' %} {%- set titlesuffix = docstitle|e %} - {%- set titlesuffix = " — " + titlesuffix %} + {%- set titlesuffix = " - " + titlesuffix %} {%- endif %} {{ title|striptags }}{{ titlesuffix }} {%- if builder == 'web' %}