Files
hugo-book/layouts/landing.html
2025-08-15 09:55:59 +02:00

14 lines
221 B
HTML

{{ define "menu-container" }}
<!-- -->
{{ end }}
{{ define "toc-container" }}
<!-- -->
{{ end }}
{{ define "footer" }}
<!-- -->
{{ end }}
{{ define "header" }}
{{ partial "docs/menu-hugo" .Site.Menus.home }}
{{ end }}