diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-31 15:32:53 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-31 15:32:53 +0700 |
commit | 5c9e0ecbb5e5d8c777bef62a0074c91b4ff80553 (patch) | |
tree | 8163add677ad3c3f563af8a06ab16ee4eba3fd0a /layouts/_default/list.html | |
parent | dcbadc3b6117f23107822d80e2d78a365b3970fe (diff) | |
download | victor-5c9e0ecbb5e5d8c777bef62a0074c91b4ff80553.tar.gz |
Set chapterName variable to unclutter navigation
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 46310ad..9a4672e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -9,6 +9,7 @@ SPDX-License-Identifier: MIT {{ .Content }} </section> {{ if in .Params.categories "book" }} + {{ partial "post-navigation-top.html" . }} <section class="toc"> {{ partial "toc.html" . }} </section> |