fix: change article title from h2 to h1 in single.html (#694)
Signed-off-by: go-bai <599500688@qq.com>
This commit is contained in:
parent
95bef1b75f
commit
44fa55ddde
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in New Issue