hugo/tpl
Nishanth Shanmugham cabc6b3186 tpl: Add now function
Add a now template function that returns the current time as time.Time.
Also, update related docs.
2017-01-01 02:50:46 +01:00
..
reflect_helpers.go
template.go hugolib: Enable override of theme base template only 2016-12-15 21:35:38 +01:00
template_ast_transformers.go tpl: Fix params case issue with nested template funcs 2016-11-27 19:02:43 +01:00
template_ast_transformers_test.go tpl: Fix params case issue with nested template funcs 2016-11-27 19:02:43 +01:00
template_embedded.go tpl: Use HTTPS in Google Analytics template 2016-12-31 12:43:33 +01:00
template_funcs.go tpl: Add now function 2017-01-01 02:50:46 +01:00
template_funcs_test.go tpl: Update dateFormat test expectations for epoch values 2016-12-25 14:53:34 +01:00
template_i18n.go
template_i18n_test.go
template_resources.go
template_resources_test.go
template_test.go