fix: change article title from h2 to h1 in single.html

Signed-off-by: go-bai <599500688@qq.com>
This commit is contained in:
go-bai 2025-03-03 22:55:36 +08:00
parent 645c868cec
commit 2c2485fb65

View File

@ -1,8 +1,8 @@
{{ define "main" }}
<article class="markdown book-post">
<h2>
<h1>
{{ partial "docs/title.html" . }}
</h2>
</h1>
{{ partial "docs/post-meta" . }}
<div class="book-post-content">
{{- .Content -}}