File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -26,24 +26,28 @@ <h2 class="font-normal text-2xl-4xl">$title$</h2>
26
26
< a class ="block " href ="mailto:volunteer@haskell.foundation "> volunteer@haskell.foundation</ a >
27
27
</ div >
28
28
$endif$
29
- $if(leader1name)$
29
+ </ div >
30
+ $if(leader1name)$
31
+ < div class ="flex items-center py-4 space-x-6 ">
30
32
< div class ="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center ">
31
33
< img src ="/assets/images/$leader1img$ " alt ="$leader1name$ ">
32
34
</ div >
33
35
< div >
34
36
< div class ="font-medium "> $leader1name$</ div >
35
37
< a class ="block " href ="mailto:$leader1mail$ "> $leader1mail$</ a >
36
38
</ div >
37
- $endif$
38
- $if(leader2name)$
39
+ </ div >
40
+ $endif$
41
+ $if(leader2name)$
42
+ < div class ="flex items-center py-4 space-x-6 ">
39
43
< div class ="h-12 w-12 bg-gray-200 rounded-full flex items-center justify-center ">
40
44
< img src ="/assets/images/$leader2img$ " alt ="$leader2name$ ">
41
45
</ div >
42
46
< div >
43
47
< div class ="font-medium "> $leader2name$</ div >
44
48
< a class ="block " href ="mailto:$leader2mail$ "> $leader2mail$</ a >
45
49
</ div >
46
- $endif$
47
50
</ div >
51
+ $endif$
48
52
</ div >
49
53
</ div >
You can’t perform that action at this time.
0 commit comments