commit 1b20455b5f38a8a4147b28373b6b0416ae2a37f3
parent e8120ea0e2c209ba5558d20b59262d91c4ce6195
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Sat, 18 Jan 2020 18:06:33 +0100
Fix punctuation for talks
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 %}<br/>{% if talk.abstract %}[[abstract]]({{ talk.abstract }}) {% 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 %}