I\'m p开发者_JAVA百科lanning to develop a CMS with ruby/rails. One of the main key features that I\'m planning is to give the user to edit their layout (I\'m planning to do this through liquid)
My blog, powerred by Jekyll, serves out a Atom feed. --- layout: nill rooturi: http://stefan.artspace44.com
I\'m using Jekyll to create a new blog. It uses Liquid underneath. Jekyll defines certain \"variables\": site, content, page, post and paginator. These \"variables\" have several \"members\". For ins
I trying to use Liquid template engine plugin , but I \'m getting the following error while controller tries to render a .liquid template .
I\'m tring to do a loop for Nav links below my posts. This is going into the _layout of posts.html I can\'t get the link to not show if the post is the last or the first. Any help would be awesome.