Skip to content

Commit acb61d7

Browse files
authored
Merge pull request keptn#24 from danielkhan/relaunch/master
remove related content
2 parents d4a74ca + a60fde2 commit acb61d7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

layouts/partials/primary-bottom.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
{{ $toc := partial "toc.html" (dict "page" .) }}
22
{{ $needTOC := .Scratch.Get "needTOC" }}
33

4-
{{ if .Scratch.Get "seeAlso" }}
5-
{{ $related := .Site.RegularPages.Related . | first 6 }}
6-
{{ with $related }}
7-
<h2 id="see-also">{{ i18n "see_also" }}</h2>
84

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-
</div>
17-
{{ end }}
18-
{{ end }}
195
</main>
206

217
{{ if or .NextInSection .PrevInSection }}

0 commit comments

Comments
 (0)