feat: add post update date (#243)

* feat: Add article update date

* feat:
1.Hide update time on the homepage;
2.Replace update icon;

* remove iconify-json/mdi

---------

Co-authored-by: liangjianhao <jianhao.liang@sz-sanjiang.com>
This commit is contained in:
kinho
2024-12-04 19:29:35 +08:00
committed by GitHub
parent 079abbc965
commit b604cdf18c
6 changed files with 22 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ const jsonLd = {
<PostMetadata
class="mb-5"
published={entry.data.published}
updated={entry.data.updated}
tags={entry.data.tags}
category={entry.data.category}
></PostMetadata>