{{- partial "init/index.html" . -}} {{- if .IsHome | and (ne .Site.Params.disableThemeInject true) }} {{- end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} {{- partial "head/meta.html" . -}} {{- partial "head/link.html" . -}} {{- partial "head/seo.html" . -}} {{- partial "head/script.html" . -}} {{- /* TODO preload script https://developer.mozilla.org/zh-CN/docs/Web/HTML/Attributes/rel/preload */ -}} {{- /* Custom head */ -}} {{- block "custom-head" . }}{{ end -}} {{- /* Body wrapper */ -}}
{{- partial "header.html" . -}} {{- partial "breadcrumb.html" . -}} {{- $toc := .Store.Get "toc" -}}
{{- block "content" . }}{{ end -}}
{{- partialCached "footer.html" . -}}
{{- /* Theme widgets */ -}} {{- partial "widgets.html" . -}} {{- /* Load JavaScript scripts and CSS */ -}} {{- partial "assets.html" . -}}