File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ <h1 class="text-6xl mb-12 text-center italic uppercase font-light tracking-wides
66
77<div class =" max-w-3xl content mx-auto px-4" >
88 <div class =" grid md:grid-cols-2 gap-4" >
9- {{ collection :events sort = " date:asc" }}
9+ {{ collection :events sort = " date:asc" as = " events" }}
10+ {{ events }}
1011 <a href =" {{ url }}" class =" flex items-center border bg-white border-indigo-800 group hover:border-black" >
1112 <div class =" bg-indigo-800 group-hover:bg-black text-white w-14 text-center py-2 mr-8" >
1213 <div class =" text-xs tracking-wide uppercase text-indigo-200 leading-none" >{{ date format = " M" }}</div >
1314 <div class =" text-4xl leading-none" >{{ date format = " j" }}</div >
1415 </div >
1516 <h3 class =" m-0 group-hover:text-black" >{{ title }}</h3 >
1617 </a >
18+ {{ /events }}
1719 {{ /collection :events }}
1820 </div >
1921</div >
Original file line number Diff line number Diff line change 33 {{ if success }}
44 <h2 class =" text-green-600 mb-0 pb-0 text-center" >
55 {{ success }}
6- </div >
6+ </h2 >
77 {{ else }}
88 {{ if errors }}
99 <div class =" bg-red-300 text-white p-2" >
You can’t perform that action at this time.
0 commit comments