Be able to display last update time

This commit is contained in:
Ress 2020-10-09 13:34:41 +09:00
parent 809fa7860d
commit 043a1c1972
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
other = "Related contents" other = "Related contents"
[lastUpdatedOn] [lastUpdatedOn]
other ="Last updated on {{ .Count }}" other ="Last updated on {{ . }}"
[widgetArchivesTitle] [widgetArchivesTitle]
other = "Archives" other = "Archives"

View File

@ -5,7 +5,7 @@
other = "相关文章" other = "相关文章"
[lastUpdatedOn] [lastUpdatedOn]
other ="最后更新于 {{ .Count }}" other ="最后更新于 {{ . }}"
[widgetArchivesTitle] [widgetArchivesTitle]
other = "归档" other = "归档"