Skip to content

Commit e3d26c3

Browse files
Copilotjbampton
andauthored
Add Nunjucks button to footer between 11ty and Tailwind
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/17998eeb-b35f-412e-85dc-ec4382e6ab9b Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 072ee5b commit e3d26c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/_includes/footer-details.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<div class="flex items-center justify-center md:justify-start gap-3 mt-4">
1616
<a href="https://www.11ty.dev/" target="_blank" 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" 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>
1718
<a href="https://tailwindcss.com/" target="_blank" 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>
1819
</div>
1920
</div>

0 commit comments

Comments
 (0)