remove tag.html and whitespace fixes

This commit is contained in:
Luke Smith
2022-07-11 14:11:52 -04:00
parent c9145df04f
commit 07c8d9debf
5 changed files with 14 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{{ partial "header.html" . }}
<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleicon>{{ end }}{{ .Title }}</h1></header>
<article>{{ with .Params.img }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}
{{ .Content }}
{{ partial "header.html" . -}}
<header><h1>{{ .Title }}</h1></header>
<article>
{{ .Content -}}
</article>
{{ partial "footer.html" . }}