huge upgrade to theme and pagefind search bar.
This commit is contained in:
15
themes/hugo-book.backup/layouts/landing.html
Normal file
15
themes/hugo-book.backup/layouts/landing.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ define "menu-container" }}
|
||||
<!-- -->
|
||||
{{ end }}
|
||||
{{ define "toc-container" }}
|
||||
<!-- -->
|
||||
{{ end }}
|
||||
{{ define "footer" }}
|
||||
<!-- -->
|
||||
{{ end }}
|
||||
|
||||
{{ define "header" }}
|
||||
<nav>
|
||||
{{ partial "docs/menu-hugo" (dict "Page" .Page "Menu" .Site.Menus.home) }}
|
||||
</nav>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user