Edit single.html
Linked CSS Added tots post divs
This commit is contained in:
parent
fa6fac80ca
commit
540921de33
@ -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 }}
|
Loading…
Reference in New Issue
Block a user