commit
80fe1bf4a9
3 changed files with 5 additions and 1 deletions
|
@ -52,6 +52,7 @@ theme = "hyde-hyde"
|
|||
facebook = "<username>"
|
||||
stackoverflow = "<username>"
|
||||
telegram = "<username>"
|
||||
# orcid = "<xxxx-xxxx-xxxx-xxxx>"
|
||||
email = "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 }}
|
||||
<a href="https://about.me/{{.}}"><i class="fas fa-address-card fa-lg" aria-hidden="true"></i></a>
|
||||
{{ 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 }}
|
||||
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue