summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/toc.html
blob: 583feec4fe989a487315c6861f2bd9098bbc4e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- 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>