message no. 8651
Posted by jaybe in #jekyll at 2013-09-13T17:19:43Z
sankage, could do something such as: {% for post in site.categories.my-reuse-category %} {% if post.id == '/my/reusables/reuse-this' %} <h1>{{ post.title }}</h1> <p>Check out my use of referenced variable: {{ post.variable }}</p>{% endif %}