Skip to content

Commit b2560fe

Browse files
authored
Merge pull request #139 from nomeata/joachim/hosts-order
Put hosts in alphabetical order, by Niki’s request
2 parents 71ec34d + d17e593 commit b2560fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/podcast/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1 class="text-2xl-5xl">The Haskell Interlude</h1>
4646
<div class="xl:max-w-screen-xl mx-auto md:px-12 lg:px-16">
4747
<div class="bg-gray-800 shadow-lg shadow-xl shadow-md shadow-sm px-6 sm:px-12 md:px-12 lg:px-16 py-16 md:py-20">
4848
<p class="mt-10 lg:text-xl text-gray-300 leading-relaxed text-center">
49-
The Haskell Interlude is Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Niki Vazou, Joachim Breitner, Andres Löh, Alejandro Serrano and Wouter Swierstra.
49+
The Haskell Interlude is Haskell-focused podcast where we interview guests from the Haskell community. The hosts are Joachim Breitner, Andres Löh, Alejandro Serrano, Wouter Swierstra and Niki Vazou.
5050
</p>
5151
</div>
5252
</div>
@@ -67,7 +67,7 @@ <h2 class="text-center text-2xl-4xl font-normal"><b>$episode$</b> – $title$</h
6767
<div class="mt-4">
6868
<a class="arrow-link" href="/podcast/$episode$/transcript/">>> Full transcript</a>
6969
</div>
70-
<div class="uppercase font-medium text-gray-500 pt-4">Selected links</div>
70+
<div class="uppercase font-medium text-gray-500 pt-4">Related links</div>
7171
$body$
7272
</div>
7373
</div>

0 commit comments

Comments
 (0)