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 %}