feat: fontawesome, admonition and faster
This commit is contained in:
@@ -34,8 +34,8 @@ other = "Theme - "
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[wrote]
|
||||
other = "wrote on"
|
||||
[included]
|
||||
other = "included in"
|
||||
|
||||
[wordCount]
|
||||
other = "about {{ .Count }} words"
|
||||
@@ -43,6 +43,9 @@ other = "about {{ .Count }} words"
|
||||
[readingTime]
|
||||
other = "{{ .Count }} min"
|
||||
|
||||
[pageviews]
|
||||
other = "<span class=leancloud-visitors-count></span> pageviews"
|
||||
|
||||
[author]
|
||||
other = "Author"
|
||||
|
||||
|
||||
@@ -34,14 +34,17 @@ other = "主题 - "
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[wrote]
|
||||
other = "创作于"
|
||||
[included]
|
||||
other = "收录于"
|
||||
|
||||
[wordCount]
|
||||
other = "约 {{ .Count }} 字"
|
||||
|
||||
[readingTime]
|
||||
other = "预计阅读 {{ .Count }} 分钟"
|
||||
other = "预计阅读 {{ .Count }} 分钟"
|
||||
|
||||
[pageviews]
|
||||
other = "<span class=leancloud-visitors-count></span> 次阅读"
|
||||
|
||||
[author]
|
||||
other = "作者"
|
||||
|
||||
Reference in New Issue
Block a user