From 662ac240459c1fbd90cc417696ba7ed538c2e97b Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 28 May 2022 20:48:53 +0200 Subject: [PATCH] fix termine size --- layouts/index.html | 17 ++++++++++------- layouts/termine/list.html | 16 ++++++++++------ 2 files changed, 20 insertions(+), 13 deletions(-) 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 @@