posts update

This commit is contained in:
jetstream0
2023-12-13 16:14:50 +00:00
parent 9718d84565
commit fabfd9705c
8 changed files with 218 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ Ryuji syntax is typically in the format `[[ something ]]` or `[[ some:thing ]]`
```html
<ul>
[[ for:trees:tree:index ]]
<!--index starts at zero, but you get the point-->
<!--index starts at zero, but you get the point-->
<li>[[ index ]]. There is a [[ tree.type ]] tree that is [[ tree.height ]] metres tall.</li>
[[ endfor ]]
</ul>