diff --git a/_includes/comment.html b/_includes/comment.html index cebedabf..2e3013ee 100644 --- a/_includes/comment.html +++ b/_includes/comment.html @@ -13,7 +13,7 @@

{% if include.date %} {% if include.index %}{% endif %} {% endif %}

diff --git a/_layouts/single.html b/_layouts/single.html index e60b8dc7..d799abed 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -52,9 +52,9 @@ layout: default {% endif %} {% include page__taxonomy.html %} {% if page.last_modified_at %} -

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

+

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

{% elsif page.date %} -

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

+

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

{% endif %}