X-Git-Url: https://njoseph.me/gitweb/hyde.git/blobdiff_plain/a04b9e15746f679a3a6d8f325b82e2392b20d380..155f263d2fb21ef6852826f1e5dd3cb11f12425e:/layouts/index.html diff --git a/layouts/index.html b/layouts/index.html index 36f3ac2..209009e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,26 +1,18 @@ -{{ partial "head.html" . }} - - -{{ partial "sidebar.html" . }} - -
+{{ define "main" -}}
- - {{ range .Data.Pages }} -
-

- - {{ .Title }} - -

- - - - {{ .Content }} +{{ range .Data.Pages -}} +
+

+ {{ .Title }} +

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