X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/da66ac1983b586765652f54bf556f268f1e32ff4..b469743f16f9084951a2ba7a875b31b30e1213c9:/layouts/index.html?ds=sidebyside diff --git a/layouts/index.html b/layouts/index.html index cb75c3b..209009e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,26 +1,18 @@ -{{ template "theme/chrome/head.html" . }} - - -{{ template "theme/chrome/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