xavishobbies/xavishobbies/themes/xavis/layouts/_default/single.html
Xavi 540921de33 Edit single.html
Linked CSS
Added tots post divs
2023-02-18 11:31:08 -08:00

12 lines
200 B
HTML

{{ 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 }}