diff --git a/layouts/index.html b/layouts/index.html index 4a588a5..3772f32 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,6 @@ {{ partial "header.html" . -}}

{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}

+
{{ .Content }} +
{{ partial "footer.html" . }}