commit 3207a9b09cd73021eb806363a2d5ef05724940ee
parent 1b20455b5f38a8a4147b28373b6b0416ae2a37f3
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Sat, 18 Jan 2020 18:09:18 +0100
Replace commas with dots
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 %}