mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
9301947b25
git-subtree-dir: themes/gohugoioTheme git-subtree-split: 7dd8a302409a20362e4c610798cc19661b336363
14 lines
564 B
HTML
14 lines
564 B
HTML
<!-- TOCs need to be declared explicitly in the front matter of content/*.md -->
|
|
<aside class="fixed-lTK mw5-l right-0 f6 bl-l b--moon-gray pv4 pv0-ns ph4-l nested-list-reset nested-links nested-copy-line-height">
|
|
{{ if .Params.toc }}
|
|
<p class="b">What's on this Page</p>
|
|
{{ .TableOfContents }}
|
|
{{ end }}
|
|
{{- partial "previous-next-links-in-section.html" . -}}
|
|
|
|
{{- if .Params.godocref -}}
|
|
<a target="_blank" class="tooltip right godoc-link" data-tooltip="See the related Godocs for {{.Title }}" href="{{.Params.godocref}}" >
|
|
</a>
|
|
{{- end -}}
|
|
</aside>
|