mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
Be able to display last update time
This commit is contained in:
parent
809fa7860d
commit
043a1c1972
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
other = "Related contents"
|
||||
|
||||
[lastUpdatedOn]
|
||||
other ="Last updated on {{ .Count }}"
|
||||
other ="Last updated on {{ . }}"
|
||||
|
||||
[widgetArchivesTitle]
|
||||
other = "Archives"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
other = "相关文章"
|
||||
|
||||
[lastUpdatedOn]
|
||||
other ="最后更新于 {{ .Count }}"
|
||||
other ="最后更新于 {{ . }}"
|
||||
|
||||
[widgetArchivesTitle]
|
||||
other = "归档"
|
||||
|
|
Loading…
Reference in a new issue