layout default title Publications subtitle List of publications Publications {% for post in site.posts %} {% if post.genre == 'publication' %} <li><span>{{ post.year }}</span> » <span>{{ post.title }}</span><br /> {{ post.abstract }} <a href="{{ post.url }}">more...</a> <a href="{{ post.linktodoc }}">[doc]</a></li> {% endif %} {% endfor %}