add ORCiD social link
This commit is contained in:
parent
b7e068d587
commit
f07b91d5a2
3 changed files with 5 additions and 1 deletions
|
@ -51,6 +51,7 @@ theme = "hyde-hyde"
|
||||||
facebook = "<username>"
|
facebook = "<username>"
|
||||||
stackoverflow = "<username>"
|
stackoverflow = "<username>"
|
||||||
telegram = "<username>"
|
telegram = "<username>"
|
||||||
|
# orcid = "<xxxx-xxxx-xxxx-xxxx>"
|
||||||
email = "your-email@example.com"
|
email = "your-email@example.com"
|
||||||
# gravatar = "your-email@example.com"
|
# gravatar = "your-email@example.com"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<script defer src="https://use.fontawesome.com/releases/v5.5.0/js/all.js" integrity="sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0" crossorigin="anonymous"></script>
|
<script defer src="https://use.fontawesome.com/releases/v5.11.2/js/all.js" integrity="sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1" crossorigin="anonymous"></script>
|
||||||
|
|
|
@ -42,6 +42,9 @@
|
||||||
{{ with .Site.Params.social.aboutme }}
|
{{ with .Site.Params.social.aboutme }}
|
||||||
<a href="https://about.me/{{.}}"><i class="fas fa-address-card fa-lg" aria-hidden="true"></i></a>
|
<a href="https://about.me/{{.}}"><i class="fas fa-address-card fa-lg" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.social.orcid }}
|
||||||
|
<a href="https://orcid.org/{{.}}" rel="me"><i class="fab fa-orcid fa-lg" aria-hidden="true"></i></a>
|
||||||
|
{{end}}
|
||||||
{{ with .Site.Params.social.email }}
|
{{ with .Site.Params.social.email }}
|
||||||
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue