summaryrefslogtreecommitdiff
path: root/template.go
AgeCommit message (Expand)Author
2016-08-18Allow default compression mode to be set. Go 1.7 introduces a new compression...Kurt
2016-06-05Add Font resource declaration to templates. Thank you geekpexKurt
2015-10-13Use %f rather than %F since earlier versions of Go did not support the latter...Kurt Jung
2015-10-12Add reference PDFs for comparison purposes. Document comparison of example do...Kurt Jung
2015-10-11Conditionally order another map iteration. Fix 'go vet' problem with unkeyed ...Kurt Jung
2015-10-11Conditionally sort two map iterations in template code; more to come.Kurt Jung
2015-10-10Conditionally sort image catalog. Correct small typos.Kurt Jung
2015-08-12License and attributionMarcus Downing
2015-08-04TemplatingMarcus Downing