+[2016-08-01T17:26:24Z]miklbDry_Lips {% assign count = forloop.length | modulo: 2 %} {% if count == 0 %} Even number of posts {% else %} odd number of posts +[2016-08-01T17:26:49Z]Dry_Lipsmiklb: awesome, I'll give it a try +[2016-08-01T17:27:04Z]miklbuntested +[2016-08-01T18:13:36Z]miklbDry_Lips any luck? +[2016-08-01T18:16:32Z]Dry_Lipsmiklb, well, I'm running into the same problem I had when I tried this on my own... The first post is repeated twice... :-/ The thing is that I somehow need to combine this with my preexisting code, and that's the tricky part
Need to figure out how it works connected to this odd/even stuff
+[2016-08-02T00:42:46Z]jacklightHi all, I am trying to use the Jekyll Doc Theme from http://idratherbewriting.com/documentation-theme-jekyll/, however, I seem to not realize how I should change my index.html file which opens by default when pointed to 127.0.0.1:400x +[2016-08-02T00:43:20Z]jacklightThere's an index.md at the root of the doc theme directory, however, changing that doesn't generate a new index.html +[2016-08-02T00:43:26Z]jacklightconfused :/ +[2016-08-02T08:33:19Z]jacklightHi all, I am trying to use the Jekyll Doc Theme from http://idratherbewriting.com/documentation-theme-jekyll/, however, I seem to not realize how I should change my index.html file which opens by default when pointed to 127.0.0.1:400x. There's an index.md at the root of the doc theme directory, however, changing that doesn't generate a new index.html. Can you help me with ideas/pointers what to do next? +[2016-08-02T16:45:01Z]tempquick silly question: is it possible to access site.url type variables within jekyll data files? I want to prepend site.url to a couple of links in my data file as my url changes based upon how I'm testing