From ca7c5d0999384547c0c02c57100aba2c83dcbb1a Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 26 May 2021 20:24:51 +0800 Subject: [PATCH] date: fix forkawesome compatibility --- _includes/page__date.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/page__date.html b/_includes/page__date.html index 02851b7..ea4bb7c 100644 --- a/_includes/page__date.html +++ b/_includes/page__date.html @@ -1,5 +1,5 @@ {% 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 %} -- 2.43.0