diff --git a/layouts/index.html b/layouts/index.html index 26c605f..53a7bf5 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,9 +8,23 @@
{{ $section := where .Data.Pages "Section" "article" }} -
+
{{ range sort (first 1 $section) "Date" "desc" }} -

{{ .Title }}

+ {{ if .Date }} + + {{ .Date.Format "January 2, 2006" }} + + {{ end }} +

+ + {{ .Title }} + +

+ {{ end }}