summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Template/Internal.hs
AgeCommit message (Collapse)AuthorFilesLines
2017-06-19Move src/ to lib/, put Init.hs in src/Jasper Van der Jeugt1-203/+0
2016-08-04Fix partials and add a testJasper Van der Jeugt1-2/+2
Fixes #460
2016-08-03Reorganise template module hierarchyJasper Van der Jeugt1-234/+140
2016-07-25Fix merge conflictssamgd1-7/+13
2016-07-24Fix module layoutsamgd1-77/+36
2016-07-24Working trimming but module loop and formatting req.samgd1-38/+74
2016-07-23Expr trimming. '-' binds to '$'.samgd1-5/+8
2016-07-23Partial trimmingsamgd1-5/+11
2016-07-23For trimmingsamgd1-6/+18
2016-07-23Include file name in error messagesLorenzo1-1/+8
2016-07-23If Trim parsingsamgd1-11/+61
2016-07-22Add Trim_ data constructors. Add If test for Trimsamgd1-6/+10
2016-07-22Fail if template is not parsed until eofLorenzo1-3/+10
This should fix the second problem in #376.
2016-04-06Clean warningsJasper Van der Jeugt1-1/+1
2015-06-30Allow empty template, fix some import warningsJasper Van der Jeugt1-1/+1
Closes #355
2014-10-27Better functions in templatesJasper Van der Jeugt1-26/+97
2014-01-19Add IsString instance for TemplateJasper Van der Jeugt1-6/+93
Closes #150
2013-05-07Add partials to template systemJasper Van der Jeugt1-1/+4
2013-05-06Implement foreach structureJasper Van der Jeugt1-2/+5
2013-05-04Style changes, move stuff to common parser moduleJasper Van der Jeugt1-11/+11
2013-05-03Added support for "$if$" statement in templates.Ivan N. Veselov1-5/+7
2013-01-16Add applyJoinTemplateList, and a test for itJasper Van der Jeugt1-8/+18
2011-02-11Add transparent reading of hamlet/hakyll templatesJasper Van der Jeugt1-4/+4
2011-02-09Template syntax: $foo → $foo$Jasper Van der Jeugt1-3/+3
2011-01-08Fully qualified errorsJasper Van der Jeugt1-1/+2
2011-01-02Escaped carries allong it's escaped valueJasper Van der Jeugt1-4/+4
2010-12-30Add Template moduleJasper Van der Jeugt1-0/+44