about summary refs log tree commit diff stats
path: root/themes/xmin/layouts/_default/terms.html
diff options
context:
space:
mode:
authorAlan Pearce2020-01-10 19:57:53 +0100
committerAlan Pearce2020-01-10 19:57:53 +0100
commitcdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84 (patch)
tree22c02e0642ca4055a768cc8f1ebff95741c273dc /themes/xmin/layouts/_default/terms.html
parenteea42a5b1b05fbbdc9f33df41576de0232fcbd4d (diff)
parentd5857f9dbecd498e341c8cb5d0866749c5c554c7 (diff)
downloadwebsite-cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84.tar.lz
website-cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84.tar.zst
website-cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84.zip
Merge commit 'd5857f9dbecd498e341c8cb5d0866749c5c554c7'
Diffstat (limited to 'themes/xmin/layouts/_default/terms.html')
-rw-r--r--themes/xmin/layouts/_default/terms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/xmin/layouts/_default/terms.html b/themes/xmin/layouts/_default/terms.html
index 71f47e7..15de7a9 100644
--- a/themes/xmin/layouts/_default/terms.html
+++ b/themes/xmin/layouts/_default/terms.html
@@ -1,4 +1,4 @@
-{{ partial "header.html" . }}
+{{ define "main" }}
 
 <h1>{{ .Title }}</h1>
 
@@ -10,4 +10,4 @@
   {{ end }}
 </ul>
 
-{{ partial "footer.html" . }}
+{{- end }}