Fixup the Theme a lil

This commit is contained in:
Evan G. 2025-08-13 15:40:05 -05:00
parent b066138b0a
commit 643076dcce
Signed by: fbievan
GPG key ID: 55FAB8CB6842F080
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,5 @@
{{ define "main" }}
{{ partial "metadata.html" . }}
<!-- <br><br> -->
<article>
</article>
@ -10,7 +8,9 @@
<section class="articles">
<h3><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h3>
{{ partial "metadata.html" . }}
<p class="summary">{{ .Summary }}</p>
<div class="summary">
{{ .Summary }}
</div>
</section>
{{ end }}
</div>