changed baseof

This commit is contained in:
Rushmore75 2022-11-29 14:08:50 -07:00 committed by Oliver Atkinson
parent c2ff3ded7d
commit 809b1bcc8c

View File

@ -10,7 +10,7 @@
{{ block "main" . }} {{ block "main" . }}
{{ .Content }} {{ .Content }}
{{ end }} {{ end }}
<br><hr><br> {{ if not .IsHome }} <br><hr><br> {{end -}}
{{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} {{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}}
{{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}} {{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}}
</article> </article>