+[9 years ago]spudowiarno +[9 years ago]spudowiarthat's right +[9 years ago]spudowiarand there's just plain hub:jekyll to show a user +[9 years ago]spudowiaror org +[9 years ago]spudowiarI'm so excited about this, it works so nicely :)
+[9 years ago]spudowiarRight, adding W3C validation to my Rakefile now +[9 years ago]G33kDudeI 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]G33kDudeI could use an iterator with slice I suppose +[9 years ago]G33kDudeincrementor