get_paginator.html (154B)
1 {{ $pages := .Data.Pages }} 2 {{ if .IsHome }} 3 {{ $pages = (where .Site.RegularPages "Section" "!=" "") }} 4 {{ end }} 5 {{ return .Paginate $pages.ByDate 8 }}
Hugo theme with titleless posts and microformats2 support
git clone git://git.shimmy1996.com/hugo-ataru.git
1 {{ $pages := .Data.Pages }} 2 {{ if .IsHome }} 3 {{ $pages = (where .Site.RegularPages "Section" "!=" "") }} 4 {{ end }} 5 {{ return .Paginate $pages.ByDate 8 }}