From 774dece17f453da13fce4b3212bdead837439919 Mon Sep 17 00:00:00 2001
From: Eloi Perdereau <eloi@perdereau.eu>
Date: Wed, 13 Nov 2019 19:10:06 +0100
Subject: [PATCH] fix helloasso link in author profiles

---
 _includes/author-profile.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/author-profile.html b/_includes/author-profile.html
index 1f932c2..58fac05 100644
--- a/_includes/author-profile.html
+++ b/_includes/author-profile.html
@@ -107,7 +107,7 @@
 
       {% if author.helloasso %}
         <li>
-          <a href="https://www.helloasso.com/associations/{{ author.keybase }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
+          <a href="https://www.helloasso.com/associations/{{ author.helloasso }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
             <i class="fas fa-fw fa-fire" aria-hidden="true"></i> HelloAsso
           </a>
         </li>
-- 
GitLab