gohugoio/hugoBasicExample

Errata in template primer

Opened this issue · 0 comments

Tangentially related to #7 there are now some errata in the template primer, namely:

  • Example 1 attempts to pipe to if (something I would like to use personally for more declarative one-liners, e.g. {{ eq $value "true" | if }}{{ $name }}{{ end }}) resulting in unexpected <if> in command error.

If I spot any others I'll loop back and drop 'em here.