File tree 3 files changed +11
-14
lines changed
content/reunions/2025/2025-03-05-scraly
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,16 @@ <h2>{page.title}</h2>
37
37
</ div >
38
38
< div class ="row ">
39
39
< div class ="span12 ">
40
- < h3 > Résumé</ h3 >
41
- < table >
42
- < tr >
43
- {#if page.image??}
44
- < td style ="height:225px; width:300px; padding-right:20px ">
45
- < img height ="225 " width ="300 " src ="{page.data.image} " />
46
- </ td >
47
- {/if}
48
- < td >
49
- {#insert /}
50
- </ td >
51
- </ tr >
52
- </ table >
40
+ < h3 > Résumé</ h3 >
41
+
42
+ {#if page.image??}
43
+ < div style ="float:left; padding-right:30px; padding-bottom:30px; ">
44
+ < img width ="400 " src ="{page.data.image} "/>
45
+ </ div >
46
+ {/if}
47
+ < div >
48
+ {#insert /}
49
+ </ div >
53
50
< h3 > Speakers</ h3 >
54
51
< div class ="speakers ">
55
52
{#for id in page.data.speakers}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ <h2 class="reunions-section-title">Soirées à venir</h2>
3
3
4
4
< div class ="reunions ">
5
5
{#if !future.isEmpty}
6
- {#for reunion in future}
6
+ {#for reunion in future.reversed }
7
7
{#reunion-card reunion /}
8
8
{/for}
9
9
{#else}
You can’t perform that action at this time.
0 commit comments