File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ <h1>{{ .Title }}</h1>
66 {{ if .Params.Subtitle }}
77 < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
88 {{ end }}
9- < div class ="content-wrapper ">
10- {{ .Content }}
11- </ div >
9+ {{ .Content }}
1210 </ div >
1311 {{ partial "shortcuts.html" . }}
1412</ section >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h1>{{ .Title }}</h1>
3535 < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
3636 {{ end }}
3737 {{ if .Content }}
38- < div class =" content-wrapper " >
38+ < div >
3939 {{ .Content }}
4040 </ div >
4141 {{ end }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h5 class="subtitle">{{ .Params.Subtitle }}</h5>
1515 </ div >
1616 {{ end }}
1717 {{ end }}
18- < div class =" content-wrapper " >
18+ < div >
1919 {{ .Content }}
2020 </ div >
2121 {{ partial "posts/comments.html" .}}
You can’t perform that action at this time.
0 commit comments