1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-02 21:27:48 +01:00
gojekyll/example/printing.md
2017-08-10 12:27:51 -04:00

11 lines
100 B
Markdown

---
---
true = {{ true }}
false = {{ false }}
nil = {{ nil }}
list = {{ "a b c" | split: ' ' }}