diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-12 20:54:52 +0200 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-12 20:54:52 +0200 |
commit | 31a09fcf1c0d7abf4791ca6e5bba37135d3305f7 (patch) | |
tree | ab2911083c5fca428fd009b20a24bdf36186b563 /themes/flamingo/layouts/index.html | |
parent | beccd4b2a4730325b18f52aae6f457b2c593dc85 (diff) | |
download | gabrielgio.me-31a09fcf1c0d7abf4791ca6e5bba37135d3305f7.tar.gz gabrielgio.me-31a09fcf1c0d7abf4791ca6e5bba37135d3305f7.tar.bz2 gabrielgio.me-31a09fcf1c0d7abf4791ca6e5bba37135d3305f7.zip |
Add log and some others small fixes
Diffstat (limited to 'themes/flamingo/layouts/index.html')
-rw-r--r-- | themes/flamingo/layouts/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/index.html b/themes/flamingo/layouts/index.html index 523eb38..c142435 100644 --- a/themes/flamingo/layouts/index.html +++ b/themes/flamingo/layouts/index.html @@ -3,7 +3,6 @@ <main> {{ partial "post-description.html" }} <div class="blog-list"> - {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} {{ range .Paginator.Pages }} {{ .Render "summary" }} {{ end }} |