hugo/tpl/tplimpl
Daniel Tipping 6205d56b85 Use .Lastmod for og:updated_time
.Lastmod is the time at which the website was most recently updated,
rather than .Date which is the time at which the website content file
was created.
2020-05-07 18:42:20 +02:00
..
embedded Use .Lastmod for og:updated_time 2020-05-07 18:42:20 +02:00
shortcodes.go
shortcodes_test.go
template.go tpl/tmplimpl/template: Change defer RLock to RUnlock 2020-04-21 13:23:31 +02:00
template_ast_transformers.go
template_ast_transformers_test.go
template_errors.go
template_funcs.go
template_funcs_test.go
template_info_test.go
template_test.go Fix base template handling with preceding comments 2020-01-30 23:44:42 +01:00
templateFuncster.go
templateProvider.go