diff --git a/_layouts/single.html b/_layouts/single.html index fd0e89be17a1..826e9b1743e3 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -21,7 +21,7 @@ {% if page.title %}{% endif %} {% if page.excerpt %}{% endif %} {% if page.date %}{% endif %} - {% if page.modified %}{% endif %} + {% if page.last_modified_at %}{% endif %}
{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}
+ {% if page.last_modified_at %} +{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}
{% elsif page.date %}{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}
{% endif %} diff --git a/_layouts/splash.html b/_layouts/splash.html index 29528ad867c0..c9cc6998002f 100644 --- a/_layouts/splash.html +++ b/_layouts/splash.html @@ -13,7 +13,7 @@ {% if page.title %}{% endif %} {% if page.excerpt %}{% endif %} {% if page.date %}{% endif %} - {% if page.modified %}{% endif %} + {% if page.last_modified_at %}{% endif %}{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}
+ {% if page.last_modified_at %} +{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}
{% elsif page.date %}{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}
{% endif %} diff --git a/docs/_layouts/splash.html b/docs/_layouts/splash.html index 29528ad867c0..c9cc6998002f 100644 --- a/docs/_layouts/splash.html +++ b/docs/_layouts/splash.html @@ -13,7 +13,7 @@ {% if page.title %}{% endif %} {% if page.excerpt %}{% endif %} {% if page.date %}{% endif %} - {% if page.modified %}{% endif %} + {% if page.last_modified_at %}{% endif %}