Clean up some of the div layout

This commit is contained in:
2022-04-04 21:47:26 -05:00
parent 11599e01d7
commit 37c04460b5
3 changed files with 12 additions and 20 deletions

View File

@ -14,15 +14,15 @@
{{ partial "breadcrumb.html" . }}
{{ end }}
<div class="content">
<div class="main">
{{ block "main" . }}
{{ .Content }}
{{ end }}
</div>
{{ with .Site.Copyright }}
<hr>
<footer>
<hr>
<small>
{{ . | safeHTML }}
</small>

View File

@ -46,7 +46,9 @@
</div>
{{ end }}
{{ .Content }}
<div class="post-content">
{{ .Content }}
</div>
{{ $related := .Site.RegularPages.Related . | first 5 }}
{{ with $related }}