From e2c06d2681e18946ab6c3e3e6075aed92a4d13be Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 00:35:46 -0500 Subject: Change to al-folio theme Theme at: https://github.com/alshedivat/al-folio --- _includes/social.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _includes/social.html (limited to '_includes/social.html') diff --git a/_includes/social.html b/_includes/social.html new file mode 100644 index 0000000..c783058 --- /dev/null +++ b/_includes/social.html @@ -0,0 +1,17 @@ +{% if site.email %}{% endif %} +{% if site.orcid_id %}{% endif %} +{% if site.scholar_userid %}{% endif %} +{% if site.publons_id %}{% endif %} +{% if site.research_gate_profile %}{% endif %} +{% if site.github_username %}{% endif %} +{% if site.linkedin_username %}{% endif %} +{% if site.twitter_username %}{% endif %} +{% if site.medium_username %}{% endif %} +{% if site.quora_username %}{% endif %} +{% if site.blogger_url %}{% endif %} +{% if site.work_url %}{% endif %} +{% if site.wikidata_id %}{% endif %} +{% if site.strava_userid %}{% endif %} +{% if site.keybase_username %}{% endif %} +{% if site.gitlab_username %}{% endif %} +{% if site.dblp_url %}{% endif %} -- cgit v1.2.3