diff --git a/layouts/index.html b/layouts/index.html index 19c8376a..f3ac8f55 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -175,14 +175,17 @@ {{ with .Site.GetPage "/termine/_index.md" }} {{ range first 3 .Params.events }} -
  • -
    {{ time.Format "2" .date}} {{ time.Format "Jan, 2006" .date}}
    -
    -

    {{ .title }}

    -

    {{ .summary | truncate 100 }}

    +
  • +
    +
    {{ time.Format "2" .date}} {{ time.Format "Jan 2006" .date}}
    +
    +
    +

    {{ .title }}

    +

    {{ .summary | truncate 100 }}

    +
    +

    {{ .location | markdownify }}

    +
    -

    {{ .location | markdownify }}

    -
  • {{ end }} diff --git a/layouts/termine/list.html b/layouts/termine/list.html index 3ae15590..193a012c 100644 --- a/layouts/termine/list.html +++ b/layouts/termine/list.html @@ -6,13 +6,17 @@