diff options
Diffstat (limited to 'source/_layouts/default.html')
-rw-r--r-- | source/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 2f1cac2..66a70a2 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -2,7 +2,7 @@ <html> <head> {% include preamble.html %} -<title>{{ page.title }} | {{ site.title }}</title> +<title>{{ page.title | replace: "<br>", " " }} | {{ site.title }}</title> </head> <body> {% include navigation.html %} |