diff options
author | amzrk2 | 2020-04-16 15:34:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 15:34:39 +0800 |
commit | eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (patch) | |
tree | b0480b915ce26df5545aecd3b807a7fedef10eba /layouts/partials/post-meta.html | |
parent | bbed6aaeab766901f9d425777a22ad3e767b7716 (diff) | |
download | hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.gz hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.bz2 hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.zip |
i18n support
Diffstat (limited to 'layouts/partials/post-meta.html')
-rw-r--r-- | layouts/partials/post-meta.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html index 9d9832d..3e90686 100644 --- a/layouts/partials/post-meta.html +++ b/layouts/partials/post-meta.html @@ -7,6 +7,6 @@ <a href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}/">{{ . }}</a> {{ end }} {{ else }} - <span>无标签</span> + <span>{{ i18n "postMetaNoTag" }}</span> {{ end }} </span>
\ No newline at end of file |