Newer
Older
{% assign publis = site.fc-publications | where:"plugin",include.plugin | where:"category",include.category %}
{% if 0 != publis.size %}
{% assign content = pub.content | strip_newlines %}
<summary {% if content == "" %} class="empty" {% endif %}>
{% if pub.authors %}<div>{{ pub.authors }}</div>{% endif %}
<div><b>{{ pub.title }}</b>{% if pub.link %} [<a href="{{ pub.link }}">PDF</a>] {% endif %}</div>
{% if pub.book %} <div>In {{ pub.book }}, {{ pub.year }}</div> {% endif %}
{% if pub.short %}<div><em>{{ pub.short }}</em></div>{% endif %}
</summary>
</details>
{% endfor %}
{% endif %}