1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-02 14:57:50 +01:00
gojekyll/example/printing.md

11 lines
100 B
Markdown
Raw Normal View History

2017-07-14 20:34:00 +02:00
---
---
true = {{ true }}
false = {{ false }}
nil = {{ nil }}
list = {{ "a b c" | split: ' ' }}