Skip to content

Commit bc95c4c

Browse files
authored
Merge pull request #515 from jmct/partnerships
Remove erroneous references to time and location for partnerships
2 parents 36ca9a3 + b365cb9 commit bc95c4c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

partnerships/well-typed.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Haskell Ecosystem Support Packages by Well-Typed
3+
published: 2025-06-04
34
status: active
45
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.
56
---

templates/partnerships/list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
55
$partial("templates/corners.html")$
66
<div class="text-center pt-12 md:pt-20 px-12 sm:px-16 md:px-24 lg:px-36 ">
7-
<h1 class="text-2xl-5xl">Events</h1>
7+
<h1 class="text-2xl-5xl">Partnerships</h1>
88
</div>
9-
$if(events)$
9+
$if(partnerships)$
1010
<div class="mt-16 md:mt-24">
1111
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12">
12-
$for(events)$
13-
$partial("templates/events/tile.html")$
12+
$for(partnerships)$
13+
$partial("templates/partnerships/tile.html")$
1414
$endfor$
1515
</div>
1616
</div>

templates/partnerships/page.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">$title$</h2>
1111
<div class="max-w-screen-xl mx-auto">
1212
<div class="px-4 sm:px-8 md:px-12 lg:px-16">
1313
<div class="mx-auto prose md:prose-lg">
14-
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12 bg-gray-100">
15-
<div class="text-lg"><strong>Location:</strong> $location$ </div>
16-
<div class="text-lg"><strong>Dates:</strong> $daterange$ </div>
17-
</div>
1814
$body$
1915
</div>
2016
</div>

0 commit comments

Comments
 (0)