summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Paginate.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-03-07createCustomPage can automatically infer dependencies.Jasper Van der Jeugt1-1/+6
2010-03-05Aliased `RenderAction () Context` to Renderable, custompages now have ↵Jasper Van der Jeugt1-3/+2
correct dependencies.
2010-03-04Got it to compile again, disabled Tags for now.Jasper Van der Jeugt1-10/+10
2010-03-04First careful transition from data to arrows. It compiles, but that's about it.Jasper Van der Jeugt1-7/+11
2010-03-01Clean up pagination, disable first/last link when on first/last page.Jasper Van der Jeugt1-11/+17
2010-03-01Added simple pagination (unstable).Jasper Van der Jeugt1-0/+74