latest 11 messages by onintza
  
  
    +
    [2016-12-03T22:47:31Z]
    onintza
    Solved the issue with symlinks :-S
    
  
  
  
    +
    [2016-12-03T21:25:38Z]
    onintza
    so, to summarize, i need to be able to loop over stuff in the thing that i include
    
  
  
  
    +
    [2016-12-03T21:24:45Z]
    onintza
    (the common content is a bunch of loops, each with some content in it)
    
  
  
  
    +
    [2016-12-03T21:24:09Z]
    onintza
    I tried, but it seems like the common content itself cannot have any liquid tags, which is what I want
    
  
  
  
    +
    [2016-12-03T21:19:12Z]
    onintza
    ideally, without duplicating the content, which is some html within some liquid tags
    
  
  
  
    +
    [2016-12-03T21:18:54Z]
    onintza
    my aim is to have two pages which are exactly the same but for their front matter
    
  
  
  
    +
    [2016-12-03T21:18:17Z]
    onintza
    mattr: the problem is the page i want to "extend" has liquid tags and filters
    
  
  
  
    +
    [2016-12-03T21:04:54Z]
    onintza
    Also, is there a way of extending the front matter of a page from another page?
    
  
  
  
    +
    [2016-12-03T19:51:01Z]
    onintza
    jaybe: is that an answer or something else?
    
  
  
  
    +
    [2016-12-03T19:13:59Z]
    onintza
    Something like {{ site.pages.something.title }} and {{ site.pages.something.content }}?
    
  
  
  
    +
    [2016-12-03T19:13:33Z]
    onintza
    Is it possible to get a page from inside another by name?