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,4 +1,4 @@
{{ partial "taglist.html" . }}
{{ partial "taglist.html" . -}}
</main>
<footer>
<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a><br><br>

View File

@@ -15,7 +15,7 @@
<meta charset="utf-8">
</head>
<body>
{{ if .Site.Menus.main -}}
{{- if .Site.Menus.main }}
{{ partial "nav.html" . }}
{{ end -}}
{{ end }}
<main>