From f4dcb2c243bc7b1289f267ad7ea0511052daae60 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sun, 6 Feb 2022 17:10:09 +0800 Subject: [PATCH] page__meta: fa: always fixed width simpler --- _includes/page__meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/page__meta.html b/_includes/page__meta.html index 1afc3d8..ab6f850 100644 --- a/_includes/page__meta.html +++ b/_includes/page__meta.html @@ -4,7 +4,7 @@ {% if document.show_date and document.date %} {% assign date = document.date %} - + {% endif %} @@ -16,7 +16,7 @@ {% assign words = document.content | strip_html | number_of_words %} - + {% if words < words_per_minute %} {{ site.data.ui-text[site.locale].less_than | default: "less than" }} 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }} {% elsif words == words_per_minute %} -- 2.43.0