hugo/tpl
Cathal Garvey 20555b1630 Add htmlEscape and htmlUnescape template functions
These functions allow trivial escaping and unescaping of HTML entities,
and make it far easier to compose other functions for the creation of
parameterised URLs.
2016-07-19 00:14:05 +02:00
..
reflect_helpers.go Make where accept slice 2016-03-06 13:15:07 +01:00
template.go Add readFile template func 2016-03-31 21:24:18 +02:00
template_embedded.go Allow picking a specific file out of a gist 2016-03-11 18:29:07 +01:00
template_funcs.go Add htmlEscape and htmlUnescape template functions 2016-07-19 00:14:05 +02:00
template_funcs_test.go Add htmlEscape and htmlUnescape template functions 2016-07-19 00:14:05 +02:00
template_resources.go tpl: Do not write to cache when ignoring cache 2016-04-14 10:48:26 +02:00
template_resources_test.go tpl: Do not write to cache when ignoring cache 2016-04-14 10:48:26 +02:00
template_test.go Add readFile template func 2016-03-31 21:24:18 +02:00