Skip to content

Commit

Permalink
add flickr to social integration (alshedivat#2286)
Browse files Browse the repository at this point in the history
- add flickr to social integration

---------

Co-authored-by: Yi Su <[email protected]>
  • Loading branch information
nuance1979 and Yi Su authored Mar 20, 2024
1 parent a69f374 commit 088ba7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions _includes/social.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 088ba7e

Please sign in to comment.