tpl: Add path.Split template func

This commit is contained in:
Bjørn Erik Pedersen
2018-04-15 20:54:22 +02:00
parent 61d52f1462
commit 01b72eb592
4 changed files with 142 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ import (
_ "github.com/gohugoio/hugo/tpl/math"
_ "github.com/gohugoio/hugo/tpl/os"
_ "github.com/gohugoio/hugo/tpl/partials"
_ "github.com/gohugoio/hugo/tpl/path"
_ "github.com/gohugoio/hugo/tpl/safe"
_ "github.com/gohugoio/hugo/tpl/strings"
_ "github.com/gohugoio/hugo/tpl/time"