diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bfdb78a..d02d3ce 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,6 +6,7 @@ {{ partial "header.html" . }} {{ end }}
+

{{ .Page.Title }} @@ -16,6 +17,7 @@ {{ .Content }} {{ end }} +

{{ block "footer" . }} {{ partial "footer.html" . }} {{ end }}