diff options
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 |