From 3ab78e2a343e8465a7abbfa61b4fdadc585cfc10 Mon Sep 17 00:00:00 2001 From: Mat Manna Date: Tue, 4 Aug 2026 22:54:10 -0400 Subject: [PATCH] feat: my badge :D --- _layouts/default.html | 25 +++++++++++++++++++------ assets/badge.png | Bin 0 -> 2378 bytes index.md | 8 +++++--- 3 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 assets/badge.png diff --git a/_layouts/default.html b/_layouts/default.html index 5bc74c9..0386e8c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -48,14 +48,27 @@ layout: compress {% if site.data.buttons.size > 0 %} -
- - {% for button in site.data.buttons %} - + you can add my button to your site with +
+ mat! + +
+
+
+ {% for button in site.data.buttons %} + {{ button.alt }} - {% endfor %} -
+ {% endfor %} + + {% endif %}