From 15b3aeb1dfc3a99769b9038079b819e6e764eef0 Mon Sep 17 00:00:00 2001 From: Stefan Kügel Date: Thu, 11 Jan 2024 16:09:13 +0100 Subject: adjust height of headers on news index page and in list of events on NGI homepage --- template/news/index.html.j2 | 2 +- template/ngi-taler.html.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/news/index.html.j2 b/template/news/index.html.j2 index 36a0e127..2d9b2745 100644 --- a/template/news/index.html.j2 +++ b/template/news/index.html.j2 @@ -24,7 +24,7 @@
  • -

    {{ item['title']|e }}

    +
    {{ item['title']|e }}

    {{ item['date'] }}

    diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2 index a0048ee3..dd7f8965 100644 --- a/template/ngi-taler.html.j2 +++ b/template/ngi-taler.html.j2 @@ -65,7 +65,7 @@
  • -

    {{ item['date']}}: {{ item['title']|e }}

    +
    {{ item['date']}}: {{ item['title']|e }}

    {{ item['teaser'] }}

    -- cgit v1.2.3