{% include base_path %} {% if post.header.teaser %} {% capture teaser %}{{ post.header.teaser }}{% endcapture %} {% else %} {% assign teaser = site.teaser %} {% endif %} {% if post.id %} {% assign title = post.title | markdownify | remove: "

" | remove: "

" %} {% else %} {% assign title = post.title %} {% endif %}
{% if include.type == "grid" and teaser %}
{% endif %} {% if post.link %} {{ title }} Permalink {% else %} {{ title }} {% endif %} {% if post.author %}
{{ post.author }} {% endif %} {% if post.conf %}
{{ post.conf }}{% if post.conf_shortname %} ({{ post.conf_shortname}}) {% endif %}, {{post.year}} {% endif %} {% if post.highlight %}
{{post.highlight}} {% endif %} {% if post.additional %}
{% if post.paperurl %} [Paper] {% endif %} {% if post.codeurl %} [Code] {% endif %} {% if post.projecturl %} [Project Page] {% endif %} {% if post.posterlink %} [Poster] {% endif %} {% endif %}