summaryrefslogtreecommitdiffstats
path: root/tpl/compare/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/compare/init.go')
-rw-r--r--tpl/compare/init.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/compare/init.go b/tpl/compare/init.go
index d8d30d6f4..bf8227353 100644
--- a/tpl/compare/init.go
+++ b/tpl/compare/init.go
@@ -25,7 +25,9 @@ func init() {
ctx := New()
examples := [][2]string{
- {`eq: {{ if eq .Section "blog" }}current{{ end }}`, `eq: current`},
+ {`{{ if eq .Section "blog" }}current{{ end }}`, `current`},
+ {`{{ "Hugo Rocks!" | default "Hugo Rules!" }}`, `Hugo Rocks!`},
+ {`{{ "" | default "Hugo Rules!" }}`, `Hugo Rules!`},
}
return &internal.TemplateFuncsNamespace{