diff --git a/layouts/index.html b/layouts/index.html index 209009e..6b273ff 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,18 +1,18 @@ {{ define "main" -}}
{{ range .Data.Pages -}} -
+

{{ .Title }}

- + {{ .Summary }} {{ if .Truncated }} {{ end }} -
+ {{- end }}
-{{- end }} \ No newline at end of file +{{- end }}