Compare commits

...

2 Commits

Author SHA1 Message Date
Elf M. Sternberg 25d88c42ec Merge remote-tracking branch 'refs/remotes/origin/master'
* refs/remotes/origin/master:
  Making much progress.
2022-05-13 12:19:58 -07:00
Elf M. Sternberg 461f851a72 Fixed build. 2022-05-13 12:18:44 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Conditional statements are managed with `if/is ... else ... endif`
The list of `is` tests that are shipped with Zola are:
{{ definition_list(source="@/docs/zola/predicates.yaml") }}
{{ definition_list(source="docs/zola/predicates.json") }}
- `defined`: the given variable is defined.
- `undefined`: the given variable is undefined.