i18n chinese for titles and breadcrumbs of series and tags

This commit is contained in:
liulj 2024-11-03 22:23:46 +08:00
parent 862630533c
commit c119b71f94
3 changed files with 11 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{{- if .Title }}
<header class="page-header">
<h1>{{ .Title }}</h1>
<h1>{{ i18n .Title }}</h1>
{{- if .Description }}
<div class="post-description">
{{ .Description }}