diff --git a/_layouts/single.html b/_layouts/single.html
index 9877f63..4870567 100644
--- a/_layouts/single.html
+++ b/_layouts/single.html
@@ -65,7 +65,7 @@
{{ site.data.ui-text[site.locale].meta_label }}
{% endcomment %}
{% if page.id and page.related and site.related_posts.size > 0 %}
-
{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}
+
{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}
{% for post in site.related_posts limit:4 %}
{% include archive-single.html type="grid" %}
@@ -75,7 +75,7 @@
{{ site.data.ui-text[site.locale].related_label
{% comment %}{% endcomment %}
{% elsif page.id and page.related %}
-
{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}
+
{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}
{% for post in site.posts limit:4 %}
{% if post.id == page.id %}