diff --git a/_includes/header.html b/_includes/header.html
index 5c6d2b3..ef840ea 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -3,8 +3,8 @@
- {% if page.title %}{{ page.title | markdownify | strip_html }} - {% endif %}{{ site.title}}
- {% if page.description %}{% endif %}
+ {% if page.title %}{{ page.title | markdownify | strip_html | strip_newlines }} - {% endif %}{{ site.title}}
+ {% if page.description %}{% endif %}
@@ -19,5 +19,5 @@
{% include breadcrumbs.html %}
{% if page.title %}
- {{ page.title | markdownify | strip_html }}
+ {{ page.title | markdownify | strip_html | strip_newlines }}
{% endif %}