summaryrefslogtreecommitdiffstats
path: root/layouts/page.html
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-04-24 11:15:04 -0400
committerSam Anthony <sam@samanthony.xyz>2026-04-24 11:15:04 -0400
commit544ced362819ae9bd2abd9c12480f76945b368aa (patch)
tree84695604c33c6266a65d63759e3474c9bd87892e /layouts/page.html
parent8dfec6a37d8adb55d500df1866901e3ee0d3c067 (diff)
downloadsamanthony.xyz-544ced362819ae9bd2abd9c12480f76945b368aa.zip
format htmlHEADmaster
Diffstat (limited to 'layouts/page.html')
-rw-r--r--layouts/page.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/page.html b/layouts/page.html
index bac8b18..b99efb2 100644
--- a/layouts/page.html
+++ b/layouts/page.html
@@ -1,5 +1,5 @@
{{ define "main" }}
- <h1 class="title">{{ .Title }}</h1>
- {{ .Content }}
- {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
+<h1 class="title">{{ .Title }}</h1>
+{{ .Content }}
+{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}