hugo/helpers
Bjørn Erik Pedersen 0602135fd4
Make ge, le etc. work with the Hugo Version number
This means that you can do something ala:

```html
{{ if ge .Hugo.Version "0.36" }}Reasonable new Hugo version!{{ end }}
```

The intented use is feature toggling, but please note that it will take some time and Hugo versions until this can be trusted. It does not work in older Hugo versions.

Fixes #4443
2018-02-22 09:15:12 +01:00
..
baseURL.go
baseURL_test.go
content.go
content_renderer.go helpers: Avoid unescape in highlight 2018-01-23 09:48:04 +01:00
content_renderer_test.go
content_test.go
emoji.go
emoji_test.go
general.go tpl/transform: Add template func for TOML/JSON/YAML docs examples conversion 2018-02-10 12:36:31 +01:00
general_test.go helpers: Avoid writing the last MD5 buff part twice 2017-12-28 22:52:27 +01:00
hugo.go Make ge, le etc. work with the Hugo Version number 2018-02-22 09:15:12 +01:00
hugo_test.go Make ge, le etc. work with the Hugo Version number 2018-02-22 09:15:12 +01:00
language.go Fix language params handling 2018-01-30 18:53:07 +01:00
language_test.go Fix language params handling 2018-01-30 18:53:07 +01:00
path.go
path_test.go Run gofmt -s with Go 1.10 2018-02-21 09:59:33 +01:00
pathspec.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
pathspec_test.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
processing_stats.go Run gofmt -s with Go 1.10 2018-02-21 09:59:33 +01:00
pygments.go
pygments_test.go
testhelpers_test.go
url.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
url_test.go