all repos — homestead @ e9db7f1126de408c961bddb71eff122c8bffa490

Code for my website

Merge commit '160efa7abfede21e42e32b14c4d37a82b7184c79'

Alan Pearce
commit

e9db7f1126de408c961bddb71eff122c8bffa490

parent

1cc014c44be6866e9c394a44b923d9448af6766b

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M themes/xmin/layouts/_default/terms.htmlthemes/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 }}