Merge commit 'd5857f9dbecd498e341c8cb5d0866749c5c554c7'
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M themes/xmin/layouts/_default/terms.html → themes/xmin/layouts/_default/terms.html
@@ -1,4 +1,4 @@ -{{ partial "header.html" . }} +{{ define "main" }} <h1>{{ .Title }}</h1>@@ -10,4 +10,4 @@ </li> {{ end }} </ul> -{{ partial "footer.html" . }} +{{- end }}