1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-17 02:34:06 +00:00
hugo/tpl
Bjørn Erik Pedersen d382502d6d tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion
Usage:

```html
{{ "title = \"Hello World\"" | transform.Remarshal "json" | safeHTML }}
```

Fixes 
2018-02-10 12:36:31 +01:00
..
cast
collections tpl/collections: Seed random on init only 2018-01-27 18:51:12 +01:00
compare
crypto
data
encoding
fmt
images tpl/images: Close image file 2017-11-25 18:38:33 +01:00
inflect vendor: Fix Humanize for multi-byte runes 2017-11-28 21:16:01 +01:00
internal all: Fix spelling 2017-08-07 20:19:24 +02:00
lang
math tpl/math: Refactor Mod with cast 2017-10-30 21:55:36 +01:00
os
partials tpl/partials: Fix the lock contention in cached partial 2017-11-16 11:59:45 +01:00
safe
strings tpl/strings: Fix broken test 2017-12-17 18:06:55 +01:00
time
tplimpl Add "target" and "rel" parameters to figure shortcode 2018-02-09 22:27:58 +01:00
transform tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion 2018-02-10 12:36:31 +01:00
urls Add support for multiple staticDirs 2017-11-17 11:01:46 +01:00
template.go