hugo/tpl/tplimpl
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
..
ace.go Fix broken shortcodes for Ace and Amber 2017-11-18 10:41:31 +01:00
amber_compiler.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template.go tpl: Ensure site templates can override theme templates 2018-02-05 08:38:04 +01:00
template_ast_transformers.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_ast_transformers_test.go tpl: Rework to handle both text and HTML templates 2017-04-02 23:13:10 +02:00
template_embedded.go Add "target" and "rel" parameters to figure shortcode 2018-02-09 22:27:58 +01:00
template_funcs.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
template_funcs_test.go Make ge, le etc. work with the Hugo Version number 2018-02-22 09:15:12 +01:00
template_test.go tpl/tplimpl: Fix escaped HTML Go 1.9 multioutput issue (#3880) 2017-09-13 12:32:06 +02:00
templateFuncster.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
templateProvider.go Add some missing doc comments 2017-08-03 15:57:51 +02:00