commit 09e9ebfa6b5366f76dfd344463873e3287eedea4
parent b9d4752c3f247c63724bd84a8c9f1621b4651d58
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Fri, 10 Jan 2020 14:29:52 +0100
Improve talk layout
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/talk.md b/_includes/talk.md
@@ -5,4 +5,4 @@
{% assign inst = talk.institution %}
{% endif %}
-- **{{ talk.title }}**{% if talk.type %} {{ talk.type }}.{% endif %}{% if talk.with %}, with {{ talk.with | join: ", " }}.{% endif %} {% if talk.venue.link %}[{{ talk.venue.label }}]({{talk.venue.link}}){% else %}{{ talk.venue.label }}{% endif %}{% if inst %} at {{inst.name}}{% if inst.city %}, {{inst.city}}{%endif%}{% if inst.country %}, {{inst.country}}{%endif%}{%else%} in {{ talk.venue.city }}, {{ talk.venue.country }}{% endif %} on {{ talk.date | date: "%B %e, %Y" }}.{% if talk.comment %} {{ talk.comment }}.{% endif %}{% if talk.slides %} [[slides]]({{ talk.slides }}){% endif %}{% if talk.poster %} [[poster]]({{ talk.poster }}){% endif %}
+- **{{ talk.title }}**{% if talk.type %} {{ talk.type }}.{% endif %}{% if talk.with %}, with {{ talk.with | join: ", " }}.{% endif %} {% if talk.venue.link %}[{{ talk.venue.label }}]({{talk.venue.link}}){% else %}{{ talk.venue.label }}{% endif %}{% if inst %} at {{inst.name}}{% if inst.city %}, {{inst.city}}{%endif%}{% if inst.country %}, {{inst.country}}{%endif%}{%else%} in {{ talk.venue.city }}, {{ talk.venue.country }}{% endif %} on {{ talk.date | date: "%B %e, %Y" }}.{% if talk.comment %} {{ talk.comment }}.{% endif %}<br/>{% if talk.abstract %}[[abstract]]({{ talk.abstract }}) {% endif %}{% if talk.slides %}[[slides]]({{ talk.slides }}) {% endif %}{% if talk.poster %} [[poster]]({{ talk.poster }}){% endif %}