assemble / assemble.io

Website and documentation for Assemble.

Home Page:http://assemble.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is 'content' a reserved variable?

goodpixels opened this issue · comments

so this doesn't work:


---
title: Home
content: 'Some text.'

---
{{content}}

but this works:


---
title: Home
my_content: 'Some text.'

---
{{my_content}}

is this intended? and why does this happen?

Is this related to Assemble or assemble.io? If assemble, can you create the issue on that repo?

hi Jon - sorry, I had both pages open and didn't realise I'm posing in the wrong one! feel free to close this one down, as I've just re-created this here: assemble/assemble#649