Merge commit 'e4bfe59c4e043c92d3992587d8c64d264b262a22'

This commit is contained in:
Bjørn Erik Pedersen
2022-05-31 10:22:05 +02:00
4 changed files with 52 additions and 45 deletions

View File

@@ -107,7 +107,7 @@ The custom variables need to be prefixed with `$`.
{{ $address := "123 Main St." }}
{{ $address }}
```
Vriables can be re-defined using the `=` operator. The example below
Variables can be re-defined using the `=` operator. The example below
prints "Var is Hugo Home" on the home page, and "Var is Hugo Page" on
all other pages: