i18n for terms

This commit is contained in:
liulj 2024-11-05 11:58:38 +08:00
parent cfa11d7183
commit 53d2df34cb

View File

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