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

- {% endfor %}
-
+ {% endfor %}
+
+
{% endif %}