Added missing socials to metadata (#1575)
Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
parent
8785864afd
commit
50f5620cd5
|
|
@ -94,6 +94,14 @@
|
|||
{%- capture link -%}https://publons.com/a/{{ site.publons_id }}/{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.lattes_id -%}
|
||||
{%- capture link -%}http://lattes.cnpq.br/{{ site.lattes_id }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.osf_id -%}
|
||||
{%- capture link -%}https://osf.io/{{ site.osf_id }}/{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.research_gate_profile -%}
|
||||
{%- capture link -%}https://www.researchgate.net/profile/{{site.research_gate_profile}}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
|
|
@ -118,6 +126,10 @@
|
|||
{%- capture link -%}https://twitter.com/{{ site.twitter_username }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.mastodon_username -%}
|
||||
{%- capture link -%}https://{{ site.mastodon_username }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.medium_username -%}
|
||||
{%- capture link -%}https://medium.com/@{{ site.medium_username }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
|
|
@ -190,10 +202,18 @@
|
|||
{%- capture link -%}https://facebook.com/{{ site.facebook_id }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.youtube_id -%}
|
||||
{%- capture link -%}https://youtube.com/@{{ site.youtube_id }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.discord_id -%}
|
||||
{%- capture link -%}https://discord.com/users/{{ site.discord_id }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.zotero_username -%}
|
||||
{%- capture link -%}https://www.zotero.org/{{ site.zotero_username }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if sameaslinks != blank -%}
|
||||
{%- assign sameaslinks = sameaslinks | split: "" -%}
|
||||
{%- endif -%}
|
||||
|
|
|
|||
Loading…
Reference in New Issue