latest 10 messages by hoverbear
+
[2015-08-12T03:27:26Z]
hoverbear
Jekyll is giving me multiple image captions /o\
+
[2015-08-11T22:15:18Z]
hoverbear
Um, okay, huh. It works now, but I don't see a difference in what I did.
+
[2015-08-11T22:10:04Z]
hoverbear
jaybe: Is `item` reserved? Similar issue.
+
[2015-08-11T21:52:33Z]
hoverbear
jaybe: I've changed to item
+
[2015-08-11T21:49:29Z]
hoverbear
jaybe: Ahhhhhh
+
[2015-08-11T21:43:55Z]
hoverbear
kristian_on_linu: I can't even seem to get {{for.index}}
+
[2015-08-11T21:41:26Z]
hoverbear
I'm very confused as I can just outright go `{{post.tags[1]}}` and it works fine.
+
[2015-08-11T21:39:37Z]
hoverbear
kristian_on_linu: I thought it might be because it was a ` - foo` list, so I tried a `['foo']` style list, no luck
+
[2015-08-11T21:38:00Z]
hoverbear
kristian_on_linu: How do you fix it?
+
[2015-08-11T21:23:47Z]
hoverbear
Hi folks, having trouble with Jekyll... I have a front matter containing `tags:\n - foo\n - bar` and some template containing `<code>{{post.tags}}<code>` which outputs `foobar`... However I cannot loop with it using `{{% for tag in tags %}} {{tag}} {{% endfor %}}`... I just get a blank.