summaryrefslogtreecommitdiff
path: root/source/_layouts/default.html
diff options
context:
space:
mode:
authorPrefetch2022-11-08 18:14:21 +0100
committerPrefetch2022-11-08 18:14:21 +0100
commit5ed7553b723a9724f55e75261efe2666e75df725 (patch)
tree2d893dbe47b11a569a4de12dba05b9eac35f6350 /source/_layouts/default.html
parent70006b2c540543a96e54254823f95348e9f0ed7a (diff)
The tweaks and fixes never stop
Diffstat (limited to 'source/_layouts/default.html')
-rw-r--r--source/_layouts/default.html2
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 %}