mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-07 08:12: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" }}
|
{{ define "main" }}
|
||||||
<article class="markdown book-post">
|
<article class="markdown book-post">
|
||||||
<h2>
|
<h1>
|
||||||
{{ partial "docs/title.html" . }}
|
{{ partial "docs/title.html" . }}
|
||||||
</h2>
|
</h1>
|
||||||
{{ partial "docs/post-meta" . }}
|
{{ partial "docs/post-meta" . }}
|
||||||
<div class="book-post-content">
|
<div class="book-post-content">
|
||||||
{{- .Content -}}
|
{{- .Content -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user