Skip to content

Commit 088ba7e

Browse files
nuance1979Yi Su
andauthored
add flickr to social integration (cotes2020#2286)
- add flickr to social integration --------- Co-authored-by: Yi Su <[email protected]>
1 parent a69f374 commit 088ba7e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ lattes_id: # your ID on Lattes (Brazilian Lattes CV)
8484
osf_id: # your OSF ID
8585
research_gate_profile: # your profile on ResearchGate
8686
scopus_id: # your profile on Scopus
87+
flickr_id: # your flickr id
8788
blogger_url: # your blogger URL
8889
work_url: # work page URL
8990
keybase_username: # your keybase user name

_includes/social.liquid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
{% if site.quora_username %}
5050
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fa-brands fa-quora"></i></a>
5151
{% endif %}
52+
{% if site.flickr_id %}
53+
<a href="https://www.flickr.com/{{ site.flickr_id }}" title="Flickr"><i class="fa-brands fa-flickr"></i></a>
54+
{% endif %}
5255
{% if site.blogger_url %}
5356
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fa-brands fa-blogger-b"></i></a>
5457
{% endif %}

0 commit comments

Comments
 (0)