add flickr to social integration (#2286)
- add flickr to social integration --------- Co-authored-by: Yi Su <yi_su@apple.com>
This commit is contained in:
parent
a69f374c1a
commit
088ba7e58c
|
|
@ -84,6 +84,7 @@ lattes_id: # your ID on Lattes (Brazilian Lattes CV)
|
||||||
osf_id: # your OSF ID
|
osf_id: # your OSF ID
|
||||||
research_gate_profile: # your profile on ResearchGate
|
research_gate_profile: # your profile on ResearchGate
|
||||||
scopus_id: # your profile on Scopus
|
scopus_id: # your profile on Scopus
|
||||||
|
flickr_id: # your flickr id
|
||||||
blogger_url: # your blogger URL
|
blogger_url: # your blogger URL
|
||||||
work_url: # work page URL
|
work_url: # work page URL
|
||||||
keybase_username: # your keybase user name
|
keybase_username: # your keybase user name
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,9 @@
|
||||||
{% if site.quora_username %}
|
{% if site.quora_username %}
|
||||||
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fa-brands fa-quora"></i></a>
|
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fa-brands fa-quora"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if site.flickr_id %}
|
||||||
|
<a href="https://www.flickr.com/{{ site.flickr_id }}" title="Flickr"><i class="fa-brands fa-flickr"></i></a>
|
||||||
|
{% endif %}
|
||||||
{% if site.blogger_url %}
|
{% if site.blogger_url %}
|
||||||
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fa-brands fa-blogger-b"></i></a>
|
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fa-brands fa-blogger-b"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue