+ [9 years ago] spudowiar and there's just plain hub:jekyll to show a user
+ [9 years ago] spudowiar I'm so excited about this, it works so nicely :)

message no. 138929

Posted by spudowiar in #jekyll at 2016-06-12T23:50:55Z

no
+ [9 years ago] spudowiar Right, adding W3C validation to my Rakefile now
+ [9 years ago] G33kDude I have two arrays listed in my front matter, one with IDs and one with titles 'titles:' ' - TitleA' ' - TitleB'. In my page body I have a loop over the IDs, and in that loop I have '{% cycle page.titles %}'. In the generated output, I seem to get every title appended together every time, e.g. 'TitleATitleB' <some content based on ID> 'TitleATitleB' <more content> instead of what I wanted, 'TitleA' <content>
+ [9 years ago] G33kDude 'TitleB' <more content>. Am I just going about this in the wrong way?
+ [9 years ago] G33kDude I could use an iterator with slice I suppose