From 60fe49ea3af38d4a7d5e8de1cdb72887b167b22d Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Sat, 11 Jul 2020 22:35:14 +0200 Subject: Moving from jekyll to hugo --- themes/flamingo/layouts/partials/blog-list.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/flamingo/layouts/partials/blog-list.html (limited to 'themes/flamingo/layouts/partials/blog-list.html') diff --git a/themes/flamingo/layouts/partials/blog-list.html b/themes/flamingo/layouts/partials/blog-list.html new file mode 100644 index 0000000..59bad6e --- /dev/null +++ b/themes/flamingo/layouts/partials/blog-list.html @@ -0,0 +1,8 @@ +
+
+ {{ range .Paginator.Pages }} + {{ .Render "summary" }} + {{ end }} +
+ +
-- cgit v1.2.3