From 783087eb9e9ee2d65736aa86ab1175b49242a7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kukie=C5=82a?= <53443372+kukimik@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:49:40 +0200 Subject: [PATCH 1/3] Remove closing tags --- templates/boilerplate.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/boilerplate.html b/templates/boilerplate.html index 8d06abc4..d7c6543e 100644 --- a/templates/boilerplate.html +++ b/templates/boilerplate.html @@ -40,10 +40,8 @@ $title$ - $if(description)$ - $endif$ From cf1fcb9c58f5364e3af5f1faa13cacc6f0824afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kukie=C5=82a?= <53443372+kukimik@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:51:43 +0200 Subject: [PATCH 2/3] Avoid nesting

's --- templates/news/frontpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/news/frontpage.html b/templates/news/frontpage.html index e6174813..42538a07 100644 --- a/templates/news/frontpage.html +++ b/templates/news/frontpage.html @@ -2,7 +2,7 @@

$title$

-

$body$

+ $body$ $if(link)$
From b11acdf8151405056855fc77c7cd321398db9214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kukie=C5=82a?= <53443372+kukimik@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:11:50 +0200 Subject: [PATCH 3/3] Add missing alt texts to HF logo images --- templates/footer.html | 2 +- templates/mobile-nav-flyout.html | 2 +- templates/nav.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/footer.html b/templates/footer.html index 65fe1488..9b4c0f38 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -53,7 +53,7 @@
- + Logo of the Haskell Foundation
diff --git a/templates/mobile-nav-flyout.html b/templates/mobile-nav-flyout.html index 68ac2b12..41f66fdd 100644 --- a/templates/mobile-nav-flyout.html +++ b/templates/mobile-nav-flyout.html @@ -5,7 +5,7 @@
- + Logo of the Haskell Foundation
The Haskell Foundation
diff --git a/templates/nav.html b/templates/nav.html index fb89a97f..80e7c640 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -2,7 +2,7 @@