Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 452 Bytes

File metadata and controls

21 lines (15 loc) · 452 Bytes
layout default
title Publications
subtitle List of publications

Publications

    {% for post in site.posts %}
    {% if post.genre == 'publication' %}
      <li><span>{{ post.year }}</span> &raquo; <span>{{ post.title }}</span><br /> {{ post.abstract }} <a href="{{ post.url }}">more...</a> <a href="{{ post.linktodoc }}">[doc]</a></li>
    
    
    {% endif  %}
    
    {% endfor %}