diff options
author | Prefetch | 2022-11-08 18:14:21 +0100 |
---|---|---|
committer | Prefetch | 2022-11-08 18:14:21 +0100 |
commit | 5ed7553b723a9724f55e75261efe2666e75df725 (patch) | |
tree | 2d893dbe47b11a569a4de12dba05b9eac35f6350 /source/_layouts | |
parent | 70006b2c540543a96e54254823f95348e9f0ed7a (diff) |
The tweaks and fixes never stop
Diffstat (limited to 'source/_layouts')
-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 %} |