taxonomy.html (163B)
1 {{ define "main" }} 2 {{ $section_to_display := .Pages }} 3 {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} 4 {{ end }}
Fork of github.com/gohugoio/hugo with reverse pagination support
git clone git://git.shimmy1996.com/hugo.git
1 {{ define "main" }} 2 {{ $section_to_display := .Pages }} 3 {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} 4 {{ end }}