diff --git a/_includes/button.html b/_includes/button.html index 11739b2db2..47ed98bd2e 100644 --- a/_includes/button.html +++ b/_includes/button.html @@ -1,4 +1,5 @@ -{% assign button = include | hash_default: site.data.types[include.type] %} +{% assign button = include %} +{% assign button = button | hash_default: site.data.types[include.type] %} {% if button.link or button.icon or button.text %}