File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 </p >
1414
1515 <div class =" flex items-center justify-center md:justify-start gap-3 mt-4" >
16- <a href =" https://www.11ty.dev/" target =" _blank" rel =" noopener" class =" text-[10px] font-bold px-2 py-1 rounded bg-[var(--bg-card)] border border-[var(--border-color)] text-[var(--text-muted)] hover:text-accent transition-all" >🎈 11ty</a >
17- <a href =" https://mozilla.github.io/nunjucks/" target =" _blank" rel =" noopener" class =" text-[10px] font-bold px-2 py-1 rounded bg-[var(--bg-card)] border border-[var(--border-color)] text-[var(--text-muted)] hover:text-accent transition-all" >🔧 Nunjucks</a >
18- <a href =" https://tailwindcss.com/" target =" _blank" rel =" noopener" class =" text-[10px] font-bold px-2 py-1 rounded bg-[var(--bg-card)] border border-[var(--border-color)] text-[var(--text-muted)] hover:text-accent transition-all" >🌊 Tailwind</a >
16+ {% for item in [
17+ { url : " https://www.11ty.dev/" , text : " 🎈 11ty" , label : " 11ty (opens in a new tab)" },
18+ { url : " https://mozilla.github.io/nunjucks/" , text : " 🔧 Nunjucks" , label : " Nunjucks (opens in a new tab)" },
19+ { url : " https://tailwindcss.com/" , text : " 🌊 Tailwind" , label : " Tailwind CSS (opens in a new tab)" }
20+ ] %}
21+ <a href =" {{ item.url }}" target =" _blank" rel =" noopener noreferrer" aria-label =" {{ item.label }}" class =" text-[10px] font-bold px-2 py-1 rounded bg-[var(--bg-card)] border border-[var(--border-color)] text-[var(--text-muted)] hover:text-accent transition-all" >{{ item .text }} </a >
22+ {% endfor %}
1923 </div >
2024 </div >
2125
You can’t perform that action at this time.
0 commit comments