We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4a74ca + a60fde2 commit acb61d7Copy full SHA for acb61d7
layouts/partials/primary-bottom.html
@@ -1,21 +1,7 @@
1
{{ $toc := partial "toc.html" (dict "page" .) }}
2
{{ $needTOC := .Scratch.Get "needTOC" }}
3
4
- {{ if .Scratch.Get "seeAlso" }}
5
- {{ $related := .Site.RegularPages.Related . | first 6 }}
6
- {{ with $related }}
7
- <h2 id="see-also">{{ i18n "see_also" }}</h2>
8
9
- <div class="see-also">
10
- {{ range . }}
11
- <div class="entry">
12
- <p class="link"><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></p>
13
- <p class="desc">{{ .Description }}</p>
14
- </div>
15
- {{ end }}
16
17
18
19
</main>
20
21
{{ if or .NextInSection .PrevInSection }}
0 commit comments