Compare commits
No commits in common. "25d88c42ec1068a0d00b41b51ba793fac66538be" and "47f16f0e30b9735a40dbb746550318a0e44c25a7" have entirely different histories.
25d88c42ec
...
47f16f0e30
|
@ -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.json") }}
|
||||
{{ definition_list(source="@/docs/zola/predicates.yaml") }}
|
||||
|
||||
- `defined`: the given variable is defined.
|
||||
- `undefined`: the given variable is undefined.
|
||||
|
|
Loading…
Reference in New Issue