diff --git a/layouts/index.html b/layouts/index.html index 4b543b6..e604e00 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,10 +1,10 @@ {{ define "main" }}
{{ with .Title }} -

{{ . }}

+

{{ . }}

{{ end }} {{ with .Content }} -
+
{{ . }}
{{ end }}