diff --git a/.gitattributes b/.gitattributes
index 557c72cb..1b5d75af 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1 @@
-index.html diff=html
+index.html diff
diff --git a/_includes/card.html b/_includes/card.html
index e64b7a37..b90324df 100644
--- a/_includes/card.html
+++ b/_includes/card.html
@@ -15,7 +15,16 @@
{% assign label_data = label | split:":" %}
{% assign color = label_data[0] %}
{% assign text = label_data[1] %}
- {{text}}
+ {% assign tooltip = label_data[2] | default: "" %}
+ {% assign help_icon = '' %}
+ {{text}} {{ help_icon }}
+ {% else %}
+ >{{text}}
+ {% endif %}
+
{% endfor %}
{% endif %}
diff --git a/index.html b/index.html
index c2272515..84f14d11 100644
Binary files a/index.html and b/index.html differ