selfprivacy.org/_vendor/github.com/google/docsy/layouts/partials/print/toc-li.html
2024-04-22 02:04:16 +03:00

7 lines
234 B
HTML

{{ $tpl := printf "print/toc-li-%s.html" .Page.Type }}
{{ if templates.Exists (printf "partials/%s" $tpl) }}
{{ partial $tpl . }}
{{ else -}}
<li>{{ .sid}}: <a href="#pg-{{.Page.File.UniqueID}}">{{ .Page.Title }}</a></li>
{{ end }}