message no. 107385
Posted by hoverbear in #jekyll at 2015-08-11T21:23:47Z
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.