From dbde1a1ef9865dfb180c9e42e1cc696dfd19554c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 19 Nov 2019 15:36:13 -0300 Subject: Hugo theme (#1) --- layouts/partials/posts.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/partials/posts.html (limited to 'layouts/partials/posts.html') diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html new file mode 100644 index 000000000000..0ebd4ca7e9b4 --- /dev/null +++ b/layouts/partials/posts.html @@ -0,0 +1,12 @@ +
+

{{ .Key }}

+ +
    + {{ range .Pages -}} +
  1. + + {{ .Title }} +
  2. + {{- end }} +
+
-- cgit 1.4.1