File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h1>{{ .Title }}</h1>
66 {{ if .Params.Subtitle }}
77 < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
88 {{ end }}
9- < div >
9+ < div class =" content-wrapper " >
1010 {{ .Content }}
1111 </ div >
1212 </ div >
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ <h1>{{ .Title }}</h1>
3535 < h5 class ="subtitle "> {{ .Params.Subtitle }}</ h5 >
3636 {{ end }}
3737 {{ if .Content }}
38- {{ .Content }}
38+ < div class ="content-wrapper ">
39+ {{ .Content }}
40+ </ div >
3941 {{ end }}
4042 {{ $posts := .RegularPagesRecursive.ByPublishDate.Reverse }}
4143 {{ partial "posts/list-without-summary.html" $posts }}
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ <h5 class="subtitle">{{ .Params.Subtitle }}</h5>
1515 </ div >
1616 {{ end }}
1717 {{ end }}
18- {{ .Content }}
18+ < div class ="content-wrapper ">
19+ {{ .Content }}
20+ </ div >
1921 {{ partial "posts/comments.html" .}}
2022 </ div >
2123 </ div >
You can’t perform that action at this time.
0 commit comments