diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
commit | 35e9f6324dba0757e7c967fab6d000e44b4d5074 (patch) | |
tree | 6750e147708092e0397ee2f581f2c9ccd1c00455 /layouts/_default/books.html | |
parent | 46b1e6c785c9e15e721faa54d6e979c5c226c1a3 (diff) | |
download | blog-35e9f6324dba0757e7c967fab6d000e44b4d5074.tar.gz |
Update theme
Diffstat (limited to 'layouts/_default/books.html')
-rw-r--r-- | layouts/_default/books.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/books.html b/layouts/_default/books.html index d3044c9..c0a74d0 100644 --- a/layouts/_default/books.html +++ b/layouts/_default/books.html @@ -12,7 +12,7 @@ <h1 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}">{{ trim .Title " " }}</h1> </header> <div class="content e-content"> - <h1>Book info</h1> + <h2>Book info</h2> <dl class="data"> <dt>Book</dt> <dd>{{ .Params.book }}</dd> |