hugo/tpl
Bjørn Erik Pedersen 34ad9a4f17
tpl/tplimpl: Extract internal templates
Having them in separate files should make maintainance easier.

When adding new or making changes to the templates:

```bash
mage generate
```

This will get the Go code in sync.

Fixes #4457
2018-05-04 23:12:10 +02:00
..
cast
collections
compare
crypto
data
encoding
fmt
images
inflect
internal
lang
math
os tpl/os: Make fileExist use the same filesystem as readFile 2018-04-21 23:46:34 +02:00
partials
path tpl/path: Add path.Ext, path.Dir and path.Base 2018-04-22 10:57:37 +02:00
safe
strings
time
tplimpl tpl/tplimpl: Extract internal templates 2018-05-04 23:12:10 +02:00
transform
urls
template.go