mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-06 15:52:34 +00:00
fix: change article title from h2 to h1 in single.html
Signed-off-by: go-bai <599500688@qq.com>
This commit is contained in:
parent
645c868cec
commit
2c2485fb65
@ -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
Block a user