From 1e5bffb8fe9c58325dfa68b9651b4d629b1fed68 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Wed, 13 May 2020 11:08:00 -0500 Subject: [PATCH] Reset variables --- _includes/cardv2.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_includes/cardv2.html b/_includes/cardv2.html index 87066b83..9743f3dd 100644 --- a/_includes/cardv2.html +++ b/_includes/cardv2.html @@ -64,6 +64,11 @@ icon=icon tooltip=tooltip %} + {% assign color = "" %} + {% assign link = "" %} + {% assign text = "" %} + {% assign icon = "" %} + {% assign tooltip = "" %} {% endfor %} {% endif %}