File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
- < section class ="article content-padding ">
2
+ < section class ="content-padding ">
3
3
< div class ="content-container ">
4
4
{{ partial "breadcrumbs.html" . }}
5
5
< h1 > {{ .Title }}</ h1 >
6
6
{{ if .Params.Subtitle }}
7
7
< h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
8
8
{{ end }}
9
- < div class =" article-content " >
10
- {{ .Content }}
9
+ < div >
10
+ {{ .Content }}
11
11
</ div >
12
12
</ div >
13
13
{{ partial "shortcuts.html" . }}
Original file line number Diff line number Diff line change 8
8
{{ end }}
9
9
10
10
{{ if .Content }}
11
- < section class ="article content-padding ">
11
+ < section class ="content-padding ">
12
12
< div class ="content-container ">
13
- < div class ="article-content ">
14
- {{ .Content }}
15
- </ div >
13
+ {{ .Content }}
16
14
</ div >
17
15
</ section >
18
16
{{ end }}
You can’t perform that action at this time.
0 commit comments