From d1a25f1d4793f31ba042a584215262039de1e9e0 Mon Sep 17 00:00:00 2001 From: Vincent Rubinetti Date: Wed, 7 Aug 2024 13:05:52 -0400 Subject: [PATCH] fix button component --- _includes/button.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}