From 4278a07b7458af13dfde04b529d92be4cd649267 Mon Sep 17 00:00:00 2001 From: Nicolas Duchastel de Montrouge <104599836+nduchastel@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:21:44 -0800 Subject: [PATCH] Add support fo Tableau (#1414) Tableau is one of the most used data visualisation tool. It has its own very active #datafam community. This adds an icon which links to someone's public.tableau.com web page. --- layouts/partials/svg.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 5dc6d73..64051e5 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -666,6 +666,17 @@ +{{- else if (eq $icon_name "tableau") -}} + + + + + + + + + + {{- else if (eq $icon_name "telegram") -}}