1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-12 03:42:08 +00:00
hugo/tpl/fmt
Brendan Roy 4fc67fe44a tpl: Add errorf template function
Add template function that will build a string from the given format
string and arguments, then log it to ERROR. This has an intended
side-effect of causing the build to fail, when executed.

Resolves 
2017-10-03 07:59:51 +02:00
..
fmt.go tpl: Add errorf template function 2017-10-03 07:59:51 +02:00
init.go tpl: Add errorf template function 2017-10-03 07:59:51 +02:00
init_test.go