mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 04:23:14 +00:00
12 lines
456 B
HTML
12 lines
456 B
HTML
{{- $breakpoint := $.Scratch.Get "breakpoint" -}}
|
|
{{ if .Site.Params.navigation.breadcrumb }}{{ partial "assets/breadcrumb.html" (dict "page" .) }}{{ end -}}
|
|
|
|
{{ .Render "single/header" }}
|
|
|
|
{{- if and .Site.Params.navigation.toc .Params.includeToc | default true -}}
|
|
<div class="d-{{ $breakpoint.current }}-none pb-5">{{ partial "assets/toc-dropdown.html" (dict "page" .) }}</div>
|
|
{{- end -}}
|
|
{{ .Render "single/body" }}
|
|
|
|
{{ .Render "single/footer" }}
|