diff --git a/src/_includes/head.html b/src/_includes/head.html
index 472e8ae2fe..189023111b 100644
--- a/src/_includes/head.html
+++ b/src/_includes/head.html
@@ -97,5 +97,5 @@
{% endfor -%}
{% endif -%}
- {% include 'analytics.html' -%}
+ {% render 'analytics.html' -%}
diff --git a/src/_includes/page-header.html b/src/_includes/page-header.html
index e655644fbe..4f218d69a0 100644
--- a/src/_includes/page-header.html
+++ b/src/_includes/page-header.html
@@ -10,4 +10,4 @@
{% endif -%}
{% endif -%}
-{% if site.show_banner -%} {% include 'banner.html' %} {%- endif -%}
+{% if site.show_banner -%} {% render 'banner.html' %} {%- endif -%}
diff --git a/src/_layouts/default.html b/src/_layouts/default.html
index 2141331d39..76244b72d3 100644
--- a/src/_layouts/default.html
+++ b/src/_layouts/default.html
@@ -8,8 +8,8 @@
{% endif -%}
{% endif -%}
- {% include 'cookie-notice.html' %}
- {% include 'gtags.html' %}
+ {% render 'cookie-notice.html' %}
+ {% render 'gtags.html' %}
{% include 'page-header.html', obsolete:obsolete %}
{% include 'navigation-side.html' %}
@@ -38,6 +38,6 @@ {{title }}
- {% include 'page-footer.html' %}
+ {% render 'page-footer.html' %}