aboutsummaryrefslogtreecommitdiff
path: root/layouts/news/list.txt
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/news/list.txt')
-rw-r--r--layouts/news/list.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/news/list.txt b/layouts/news/list.txt
new file mode 100644
index 0000000..ab0a732
--- /dev/null
+++ b/layouts/news/list.txt
@@ -0,0 +1,12 @@
+{{define "main"}}
+NEWS INDEX
+==========
+
+{{ range .Pages }}
+{{.Date.Format "Jan 02, 2006"}}
+-------------------------------
+
+{{ .RawContent }}
+
+{{ end }}
+{{ end }}