PUBLISH: reorganize about content to make sure it's got padding

This commit is contained in:
Campbell Alden 2022-08-31 15:08:41 +09:00
parent 8318d8dca5
commit e25265caf0
2 changed files with 13 additions and 13 deletions

View file

@ -1,10 +1,10 @@
{{ define "main" }}
<article>
<header>
<h1 style="margin-top: 30px; margin-bottom: 10px">{{- .Title -}}</h1>
</header>
<div class="core-content">
<div class="core-content">
<article>
<header>
<h1 style="margin-top: 30px; margin-bottom: 10px">{{- .Title -}}</h1>
</header>
{{- .Content -}}
</div>
</article>
</article>
</div>
{{ end }}