diff --git a/layouts/index.html b/layouts/index.html index 4414e782..c8e76a89 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -155,7 +155,7 @@ {{ range first 3 .Params.events }}
  • -
    {{ time.Format "2" .date}} {{ time.Format "Jan, 2006" .date}}
    +
    {{ time.Format "2" .date}} {{ time.Format "Jan 2006" .date}} {{ with .enddate }}
    bis {{ time.Format "2 Jan 2006" . }} {{end}}

    {{ .title }}

    {{ .summary | truncate 100 }}

    diff --git a/layouts/termine/list.html b/layouts/termine/list.html index 45192628..e48e7d31 100644 --- a/layouts/termine/list.html +++ b/layouts/termine/list.html @@ -7,7 +7,7 @@