hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

list.html (301B)

    1 {{ define "main" }}
    2   {{ $paginator := .Paginate (.Pages | lang.Merge (where .Sites.First.RegularPages "Section" .Section)) }}
    3   {{ $section_to_display :=  .Sections | default $paginator.Pages }}
    4   {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
    5 {{ end }}