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:
Yi Su 2024-03-20 12:23:30 -07:00 committed by GitHub
parent a69f374c1a
commit 088ba7e58c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,7 @@ lattes_id: # your ID on Lattes (Brazilian Lattes CV)
osf_id: # your OSF ID
research_gate_profile: # your profile on ResearchGate
scopus_id: # your profile on Scopus
flickr_id: # your flickr id
blogger_url: # your blogger URL
work_url: # work page URL
keybase_username: # your keybase user name

View File

@ -49,6 +49,9 @@
{% if site.quora_username %}
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fa-brands fa-quora"></i></a>
{% 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 %}
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fa-brands fa-blogger-b"></i></a>
{% endif %}