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/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/flamingo/layouts/index.html (limited to 'themes/flamingo/layouts/index.html') diff --git a/themes/flamingo/layouts/index.html b/themes/flamingo/layouts/index.html new file mode 100644 index 0000000..523eb38 --- /dev/null +++ b/themes/flamingo/layouts/index.html @@ -0,0 +1,14 @@ +{{ define "main" }} + +
+ {{ partial "post-description.html" }} +
+ {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} + {{ range .Paginator.Pages }} + {{ .Render "summary" }} + {{ end }} +
+ +
+ +{{ end }} -- cgit v1.2.3