-
{{ 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 %}
diff --git a/docs/_layouts/single.html b/docs/_layouts/single.html
index 63d5370a4c0a..5f4996f3410e 100644
--- a/docs/_layouts/single.html
+++ b/docs/_layouts/single.html
@@ -73,7 +73,7 @@
{{ site.data.ui-text[site.locale].meta_label }}
-
{{ 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" %}
@@ -83,7 +83,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 %}