From 06b95e68cbb9c512ddd78b89dab04efbb0a621dc Mon Sep 17 00:00:00 2001 From: Dieter Vansteenwegen Date: Wed, 17 Jan 2024 13:30:19 +0100 Subject: [PATCH] Add Researchgate as contact option --- layouts/partials/footer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e98273a38..048074fd4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -115,6 +115,10 @@
{{ i18n "contact_me" }}
  • {{ $value }}
  • + {{ else if (eq $key "researchgate") }} +
  • + {{ $author.name }} +
  • {{ else if reflect.IsMap $value }}
  • {{ if (and (isset $value "url") (isset $value "icon"))}}