Skip to content

Commit

Permalink
OSF social link (alshedivat#1217)
Browse files Browse the repository at this point in the history
Added missing "/" in the OSF link.
  • Loading branch information
buerviper authored and smeznar committed Apr 27, 2023
1 parent 6fc01b5 commit eb07576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab"><i class="fab fa-gitlab"></i></a>
{% endif %}
{%- if site.osf_id -%}
<a href="https:/osf.io/{{ site.osf_id }}/" title="Open Science Framework"><i class="ai ai-osf"></i></a>
<a href="https://osf.io/{{ site.osf_id }}/" title="Open Science Framework"><i class="ai ai-osf"></i></a>
{% endif %}
{%- if site.research_gate_profile -%}
<a href="https://www.researchgate.net/profile/{{site.research_gate_profile}}/" title="ResearchGate"><i class="ai ai-researchgate"></i></a>
Expand Down

0 comments on commit eb07576

Please sign in to comment.