File tree 4 files changed +1
-12
lines changed
4 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,8 @@ <h1>{{ block "hero-title" . }}{{ .Params.bigheader | default .Title }}{{ end }}<
23
23
{{ block "hero-more" . }}{{ end }}
24
24
</ div >
25
25
</ section >
26
- {{ block "post-hero" . }}
27
- </ header >
28
26
{{ end }}
29
- {{ end }}
27
+ </ header >
30
28
< div class ="td-outer ">
31
29
< main role ="main " class ="td-main " {{ if (or (ne .FirstSection "case-studies") (not .IsSection) ) }}data-pagefind-body{{ end }}>
32
30
{{ block "deprecation_warning" . }}
Original file line number Diff line number Diff line change 20
20
{{ end }}
21
21
{{ if .IsSection }}</ h1 > {{ else }}</ h2 > {{ end }}
22
22
</ section >
23
- {{ block "hero-more" . }}{{ end }}
24
23
{{ end }}
25
24
</ header >
26
25
< div class ="container-fluid td-outer ">
Original file line number Diff line number Diff line change 11
11
{{ block "hero" . }}
12
12
< section class ="header-hero filler ">
13
13
</ section >
14
- {{ block "hero-more" . }}{{ end }}
15
14
{{ end }}
16
15
</ header >
17
16
< div class ="container-fluid td-outer ">
Original file line number Diff line number Diff line change 10
10
{{ partial "docs/api-reference-links" . }}
11
11
</ div >
12
12
{{ end }}
13
- {{ define "hero-more" }}
14
- {{ if .IsHome }}
15
- {{ with site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
16
- < a href ="{{ .RelPermalink }} " id ="quickstartButton " class ="button "> {{ .LinkTitle }}</ a >
17
- {{ end }}
18
- {{ end }}
19
- {{ end }}
You can’t perform that action at this time.
0 commit comments