🎨 Improve structure for index.html file.

This commit is contained in:
凡梦星尘
2022-05-16 08:59:50 +08:00
parent b701df104b
commit 6cc370cb53
10 changed files with 100 additions and 63 deletions

View File

@@ -40,5 +40,7 @@
other = "Views"
[PostCatg]
other = "Categories"
[PostTag]
other = "Tags"
[PostReadMore]
other = "Read More"

View File

@@ -31,14 +31,16 @@
[PostWords]
other = "字数"
[PostWordCount]
other = "{{- .WordCount -}}"
other = "{{- .WordCount -}}"
[PostReading]
other = "阅读"
[PostReadTime]
other = "{{- .ReadingTime -}}分钟"
[PostVisitor]
other = "浏览数"
other = "浏览数"
[PostCatg]
other = "分类"
[PostTag]
other = "标签"
[PostReadMore]
other = "阅读全文"