From 8785864afdb079f0ed582d44a53633de1364a845 Mon Sep 17 00:00:00 2001 From: David Krassnig <96623786+DavidKrassnig@users.noreply.github.com> Date: Mon, 17 Jul 2023 21:21:45 +0200 Subject: [PATCH] Added Zotero socials (#1572) Solving #1569 I added Zotero socials because I needed them; opened a issue/pull request in case I'm not the only one. Second pull request (previous: #1570 ) because unwanted commits retroactively crept in somehow. It was easier to force reset (which closed the pull request automatically apparently). --- _config.yml | 1 + _includes/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index c79c7af..48d538e 100644 --- a/_config.yml +++ b/_config.yml @@ -104,6 +104,7 @@ instagram_id: # your instagram id facebook_id: # your facebook id youtube_id: # your youtube channel id (youtube.com/@) discord_id: # your discord id (18-digit unique numerical identifier) +zotero: # your zotero username contact_note: > You can even add a little note about which of these is the best way to reach you. diff --git a/_includes/social.html b/_includes/social.html index c4f95fa..e6aa719 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -103,6 +103,9 @@ {%- if site.discord_id -%} {% endif %} + {%- if site.zotero_username -%} + + {% endif %} {%- if site.rss_icon -%} {% endif %}