hugo/tpl
Albert Nigmatzianov f21e2f25c9 all: Unify case of config variable names
All config variables starts with low-case and uses camelCase.

If there is abbreviation at the beginning of the name, the whole
abbreviation will be written in low-case.
If there is abbreviation at the end of the name, the
whole abbreviation will be written in upper-case.
For example, rssURI.
2016-10-24 20:56:00 +02:00
..
reflect_helpers.go Make where accept slice 2016-03-06 13:15:07 +01:00
template.go tpl: Fix comment 2016-10-24 14:32:31 +02:00
template_embedded.go Revert the "standardize author data" 2016-09-18 19:16:39 +02:00
template_funcs.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
template_funcs_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
template_i18n.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
template_i18n_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
template_resources.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
template_resources_test.go all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
template_test.go Add readFile template func 2016-03-31 21:24:18 +02:00