Let Amber template call Hugo's custom functions
authorTatsushi Demachi <tdemachi@gmail.com>
Mon, 20 Jul 2015 00:07:55 +0000 (09:07 +0900)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 20 Jul 2015 09:29:15 +0000 (11:29 +0200)
commit03a70161047f33b491b300fbbc76f71ff3d34218
tree1612be51cc4b3f2079d2c00d852b08b1420d9911
parente3ea4b48a274770d8a45fe7c1dbbce2340ec4e2d
Let Amber template call Hugo's custom functions

Amber doesn't share text/template `FuncMap` functions and has its own
function list. This allows Amber to call Hugo's custom functions.
tpl/template.go