File tree 6 files changed +2
-25
lines changed
6 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 11
11
{{ else }}
12
12
< main class ="content col d-block align-top content-no-toc " role ="main ">
13
13
{{ end }}
14
-
15
14
16
15
< h1 > {{ .Title }}</ h1 >
17
16
18
17
{{ if eq .Page.Draft true }}{{ partial "draft-badge.html" . }}{{ end }}
19
- {{ if .Description }}< p > {{ .Description | markdownify }}</ p > {{ end}}
20
18
21
19
{{ if in .Params.doctypes "beta" }}{{ partial "beta-badge" . }}{{ end }}
22
20
Original file line number Diff line number Diff line change 4
4
< main class ="col-xl-6 d-block " role ="main ">
5
5
< div class ="container ">
6
6
< h1 class ="align-center "> {{ .Title }}</ h1 >
7
- {{ if .Description }}
8
- < p class ="muted align-center pb-4 "> {{ .Description | markdownify }}</ p > < hr > {{ end}}
9
7
{{ if .Content }}
10
8
< div class ="pb-4 mb-2 "> {{ .Content }}</ div >
11
9
{{ end }}
12
10
</ div >
13
11
</ main >
14
12
</ div >
15
13
16
- {{ end }}
14
+ {{ end }}
Original file line number Diff line number Diff line change 4
4
< main class ="col-xl-8 d-block " role ="main ">
5
5
< div class ="container ">
6
6
< h1 class ="align-center "> {{ .Title }}</ h1 >
7
- {{ if .Description }}
8
- < p class ="muted align-center pb-4 "> {{ .Description | markdownify }}</ p > < hr > {{ end}}
9
7
{{ if .Content }}
10
8
< div class ="pb-4 mb-2 "> {{ .Content }}</ div >
11
9
{{ end }}
12
10
</ div >
13
11
</ main >
14
12
</ div >
15
13
16
-
17
- {{ end }}
14
+ {{ end }}
Original file line number Diff line number Diff line change 4
4
< h1 class ="bd-title ">
5
5
{{ .Title }}
6
6
</ h1 >
7
- {{ if .Description }}
8
- < p class ="bd-lead ">
9
- {{ .Description | markdownify }}
10
- </ p >
11
- {{ end}}
12
7
{{ if .Content }}
13
8
< p class ="bd-lead ">
14
9
{{ .Content | markdownify }}
@@ -28,9 +23,6 @@ <h3 class="card-title">
28
23
< i class ="fas fa-{{if eq .Kind "page "}}file-alt{{else}}book{{end}} fa-2x card-img-top"> </ i >
29
24
< a href ="{{ if .Params.url}}{{ .Params.url}}{{else}}{{ .Permalink }}{{end}} "> {{ .Title }}</ a >
30
25
</ h3 >
31
- {{/*}}< p class ="card-text ">
32
- {{ if .Description }}{{ .Description | markdownify }}{{ end }}
33
- </ p > {{*/}}
34
26
</ div >
35
27
</ div >
36
28
{{ end }}
Original file line number Diff line number Diff line change @@ -3,7 +3,4 @@ <h2 class="title">
3
3
< a href ="{{ .Permalink }} " itemprop ="headline "> {{ .Title }}</ a >
4
4
</ h2 >
5
5
< hr >
6
- {{ if .Description }}
7
- < p itemprop ="about "> {{ .Description | markdownify }}</ p >
8
- {{ end }}
9
6
</ li >
Original file line number Diff line number Diff line change 4
4
< h1 class ="bd-title ">
5
5
{{ .Title | humanize }} Index
6
6
</ h1 >
7
- {{ if .Description }}
8
- < p class ="bd-lead ">
9
- {{ .Description | markdownify }}
10
- </ p >
11
- {{ end}}
12
7
{{ if .Content }}
13
8
< p class ="bd-lead ">
14
9
{{ .Content | markdownify }}
You can’t perform that action at this time.
0 commit comments