diff --git a/_layouts/home.html b/_layouts/home.html
index 4dd5688..58d4d3a 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -72,7 +72,7 @@
{% assign community_items = site.data.centos.navbar | where: "name", "Community" %}
{% for community_item in community_items %}
{% for shortcut in community_item.menu %}
- {{ shortcut.name }}
+ {% include base/link.html class="btn btn-primary text-nowrap" name=shortcut.name url=shortcut.link icon=shortcut.icon %}
{% endfor %}
{% endfor %}