added bottom line

This commit is contained in:
Rushmore75 2022-11-04 23:20:40 -06:00
parent 8d53e0ea44
commit 17d10da2db

View File

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