diff --git a/partnerships/well-typed.markdown b/partnerships/well-typed.markdown index 5bbcded4..2b885384 100644 --- a/partnerships/well-typed.markdown +++ b/partnerships/well-typed.markdown @@ -1,5 +1,6 @@ --- title: Haskell Ecosystem Support Packages by Well-Typed +published: 2025-06-04 status: active summary: Well-Typed and the Haskell Foundation have worked together to provide a way for companies to get the specific support they need while still supporting the wider Haskell ecosystem. --- diff --git a/templates/partnerships/list.html b/templates/partnerships/list.html index 384251ec..e2505e4d 100644 --- a/templates/partnerships/list.html +++ b/templates/partnerships/list.html @@ -4,13 +4,13 @@
$partial("templates/corners.html")$
-

Events

+

Partnerships

- $if(events)$ + $if(partnerships)$
- $for(events)$ - $partial("templates/events/tile.html")$ + $for(partnerships)$ + $partial("templates/partnerships/tile.html")$ $endfor$
diff --git a/templates/partnerships/page.html b/templates/partnerships/page.html index 25f20284..19dfdf66 100644 --- a/templates/partnerships/page.html +++ b/templates/partnerships/page.html @@ -11,10 +11,6 @@

$title$

-
-
Location: $location$
-
Dates: $daterange$
-
$body$