diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig
index d80c7a6ff..201edcbe3 100644
--- a/source/_layouts/default.html.twig
+++ b/source/_layouts/default.html.twig
@@ -24,8 +24,8 @@
diff --git a/source/_partials/posts/latest.html.twig b/source/_partials/posts/latest.html.twig
index 577600166..ce72977fc 100644
--- a/source/_partials/posts/latest.html.twig
+++ b/source/_partials/posts/latest.html.twig
@@ -5,7 +5,7 @@
{% for post in data.posts|slice(0, site.latest_posts) %}
-
-
+
{{- post.title -}}
diff --git a/source/_partials/talks-table.html.twig b/source/_partials/talks-table.html.twig
index ebd9d5736..a3a441a15 100644
--- a/source/_partials/talks-table.html.twig
+++ b/source/_partials/talks-table.html.twig
@@ -29,7 +29,7 @@
{% if not talk_page %}
{% if talk.talk.url is not empty %}
-
+
{{ talk.talk.title }}
{% else %}
@@ -48,7 +48,7 @@
|
{% if talk.event.url is not empty %}
-
+
{{ talk.event.name }}
{% else %}
diff --git a/source/blog/tags.html b/source/blog/tags.html
index 27ccb2d4b..84dbaac15 100644
--- a/source/blog/tags.html
+++ b/source/blog/tags.html
@@ -22,7 +22,7 @@ use:
{% for tag, post_count in rows|sort|reverse %}
|
|
- {{ tag }}
+ {{ tag }}
|
{{ post_count }} |
diff --git a/source/blog/tags/tag.html b/source/blog/tags/tag.html
index e6aa39cec..560f77241 100644
--- a/source/blog/tags/tag.html
+++ b/source/blog/tags/tag.html
@@ -26,7 +26,7 @@ generator:
{% for post in page.tag_posts %}
|
-
+
{{ post.title }}
|
diff --git a/source/talks.html.twig b/source/talks.html.twig
index 5f101e10c..88ef32384 100644
--- a/source/talks.html.twig
+++ b/source/talks.html.twig
@@ -36,7 +36,7 @@ talks:
{% block content %}
I regularly speak at conferences and user groups about a range of subjects including PHP, Drupal, automated testing, Git and systems administration.
- If you would like to me to speak at your group or conference, please get in touch.
+ If you would like to me to speak at your group or conference, please get in touch.