From e520666b5ae3fb6d545dafdc96ed59be6616f408 Mon Sep 17 00:00:00 2001 From: MTRNord Date: Sat, 20 Apr 2024 17:17:04 +0200 Subject: [PATCH] Test at least one page for bridges and also for clients and ensure we have a h1 header on the client details --- sass/_clients.scss | 2 +- templates/ecosystem/client.html | 4 +-- tests/metadata.spec.ts | 43 ++++++++++++++++++++++++++------- 3 files changed, 37 insertions(+), 12 deletions(-) diff --git a/sass/_clients.scss b/sass/_clients.scss index 5fc5d806b..045d16d27 100644 --- a/sass/_clients.scss +++ b/sass/_clients.scss @@ -73,7 +73,7 @@ body:has(.projects-card-deck > div > .client-checkbox:checked) { margin-inline: auto; } - h3 { + h1 { display: flex; gap: .5rem; margin: 0 auto; diff --git a/templates/ecosystem/client.html b/templates/ecosystem/client.html index 31c00fc91..105e39546 100644 --- a/templates/ecosystem/client.html +++ b/templates/ecosystem/client.html @@ -14,9 +14,9 @@
-

{{ page.title }}
{{ page.extra.maturity }} +

{{ page.title }}
{{ page.extra.maturity }}
-

+

{{ page.content | markdown | safe }}