mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
0eaaa8fee3
Example: ``` {{ with resources.Get "https://example.com/rss.xml" | transform.Unmarshal }} {{ range .channel.item }} <strong>{{ .title | plainify | htmlUnescape }}</strong><br /> <p>{{ .description | plainify | htmlUnescape }}</p> {{ $link := .link | plainify | htmlUnescape }} <a href="{{ $link }}">{{ $link }}</a><br /> <hr> {{ end }} {{ end }} ``` Closes #4470 |
||
---|---|---|
.. | ||
init.go | ||
init_test.go | ||
remarshal.go | ||
remarshal_test.go | ||
transform.go | ||
transform_test.go | ||
unmarshal.go | ||
unmarshal_test.go |