commit 8948fcdb8fc7a86c71cb0e000ad906a4dbdaa73a
parent 6c59301d92868d9d66f8e3109f787b16202cef4b
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date: Fri, 2 May 2025 21:41:51 +0800
fix space after "min read"
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/post.raw.shtml b/layouts/post.raw.shtml
@@ -37,7 +37,7 @@
<author :text="$page.author"></author>
<reading-time>
<time :text="$page.wordCount().div(220).plus(1)"></time>
- min read
+ min read<!---->
</reading-time>
<ctx :loop="$page.tags">
<tag :text="$loop.it">
diff --git a/layouts/post.shtml b/layouts/post.shtml
@@ -38,7 +38,7 @@
<author :text="$page.author"></author>
<reading-time>
<time :text="$page.wordCount().div(220).plus(1)"></time>
- min read
+ min read<!---->
</reading-time>
<ctx :loop="$page.tags">
<tag :text="$loop.it">