Edit single.html

Linked CSS
Added tots post divs
This commit is contained in:
Xavi 2023-02-18 11:31:08 -08:00
parent fa6fac80ca
commit 540921de33

View File

@ -0,0 +1,11 @@
{{ define "main" }}
<div class="tots_post">
<h3 class="entry_heading">{{ .Title }}</h3>
<h5 class="tots_date_category"> {{ .Lastmod }}</h5>
<p>{{ .Content }}</p>
<p> hi </p>
</div>
{{ end }}