From a62a3e7755579d93ce3a87243dd277575930fffe Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 5 Nov 2018 21:49:16 -0500 Subject: init --- list.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 list.html (limited to 'list.html') diff --git a/list.html b/list.html new file mode 100644 index 0000000..0fcf803 --- /dev/null +++ b/list.html @@ -0,0 +1,35 @@ + +
+ {{ partial "header" . }} + {{ partial "nav" . }} +
+ {{ if .Pages }} + {{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups}} +

{{ .Key }}

+ {{ range where .Pages "Section" "posts" }} +
+
+
{{ .Date.Format "Jan 2" }}
+
+
+

{{ .Title }}{{ if .Draft }} ::Draft{{ end }}

+
+ {{ .Summary | plainify | safeHTML | truncate 400 }} + {{ if .Truncated }} +
+ + + + +

more

+
+ {{ end }} +
+
+ {{ end }} + {{ end }} + {{ end }} +
+ {{ partial "pager" . }} + {{ partial "footer" . }} +
\ No newline at end of file -- cgit v1.2.3