+ [2016-03-13T05:20:21Z] guppy_ hello
+ [2016-03-13T05:20:30Z] guppy_ anyone on?
+ [2016-03-13T05:20:51Z] guppy_ No?
+ [2016-03-13T05:20:54Z] guppy_ great
+ [2016-03-13T14:11:22Z] jaybe Sigh

message no. 126898

Posted by guppy_ in #jekyll at 2016-03-13T05:20:21Z

hello
+ [2016-03-14T12:17:08Z] nickjj i couldn't find this in the docs anywhere, but is it possible to define and use a custom page variable within a page (inside of the --- block)?
+ [2016-03-14T12:17:34Z] nickjj seems like jekyll is complaining about it being an unknown operator when i try to do this, but this seems like it has to be a feature so i'm probably doing it wrong?
+ [2016-03-14T12:39:53Z] jaybe nickjj, are you asking if liquid variables are interpreted and expanded when present in page frontmatter?
+ [2016-03-14T12:40:59Z] nickjj jaybe, let's say in a post's layout file had {{ foo }} , and i wanted to define foo in a post by supplying --- foo: 'hello' , at the top of the file
+ [2016-03-14T12:41:38Z] jaybe nickjj, in post front matter, i.e. myvar: hi ... and within the post/page... call it with: i.e . {{ page.myvar }}