diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 2ad24b3..215ddc3 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -64,13 +64,13 @@ const customcover = entry.data.customcover; ]}>
-
+
{remarkPluginFrontmatter.words} {" " + i18n(I18nKey.wordsCount)}
-
+
@@ -78,7 +78,7 @@ const customcover = entry.data.customcover; 大约 {remarkPluginFrontmatter.minutes} {" " + i18n(remarkPluginFrontmatter.minutes === 1 ? I18nKey.minuteCount : I18nKey.minutesCount)}
-
+