This commit is contained in:
liulijun 2025-04-22 20:34:24 +00:00 committed by GitHub
commit ca18b07e31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View file

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