diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig
index 2849f73d..4e311670 100644
--- a/source/_layouts/post.html.twig
+++ b/source/_layouts/post.html.twig
@@ -12,8 +12,8 @@
Blog
{% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %}
-
- {{ page.title }}
+
+ {{ page.title }}
diff --git a/source/_layouts/talk.html.twig b/source/_layouts/talk.html.twig
index 66b2d165..aed42cb8 100644
--- a/source/_layouts/talk.html.twig
+++ b/source/_layouts/talk.html.twig
@@ -12,8 +12,8 @@
Talks
{% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %}
-
- {{ page.title }}
+
+ {{ page.title }}
diff --git a/source/talks-archive.html.twig b/source/talks-archive.html.twig
index a5765175..86b66044 100644
--- a/source/talks-archive.html.twig
+++ b/source/talks-archive.html.twig
@@ -23,8 +23,8 @@ talks:
Talks
{% include "svg/chevron-right" with { class: 'text-grey-light mx-1', style: "height: 20px" } %}
-
- Archive
+
+ Archive
@@ -37,4 +37,4 @@ talks:
{% include "talks-table" with { talks: getPastTalks(data.talks, site.events) } %}
Upcoming talks can be found on the talks page.
-{% endblock %}
\ No newline at end of file
+{% endblock %}