message no. 135687
Posted by DANtheBEASTman in #jekyll at 2016-05-15T23:31:19Z
any ideas why {{% for tag in post.tags %}}<li><a href="{{ BASE_URL }}/tags/{{ tag.name }}">{{ tag.name }}</a></li>{{% endfor %} returns an empty <li>, while {{ post.tags | array_to_sentence_string }} returns the expected output?