latest 4 messages by qswz

+ [2017-02-16T14:42:58Z] qswz but I'd like to default to a string, when reaching the root path
+ [2017-02-16T14:42:41Z] qswz for example I'm doing {{ page.url | replace:'/','' }} somewhere
+ [2017-02-16T14:42:01Z] qswz I guess jekyll is ruby
+ [2017-02-16T14:41:49Z] qswz is there something like javascript's somevar || 'default' with jekyll? where '' || 'test' is 'test'