Skip to content

Commit

Permalink
Added dribble and flickr buttons in about_me.html; they were already …
Browse files Browse the repository at this point in the history
…present in _config.yml"
  • Loading branch information
Tzeny committed Feb 26, 2020
1 parent fb9740e commit e861a7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _layouts/about-me.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ <h1 class="profile-name"> {{ site.title }}</h1>
<i class="fab fa-telegram-plane"></i>
</a>
{% endif %}
{% if site.dribbble_username %}
<a class="social-link" href="https://dribbble.com/{{ site.dribbble_username }}">
<i class="fab fa-dribbble"></i>
</a>
{% endif %}
{% if site.flickr_username %}
<a class="social-link" href="https://www.flickr.com/photos/{{ site.flickr_username }}">
<i class="fab fa-flickr"></i>
</a>
{% endif %}
</p>

{% if site.author_location %}
Expand Down

0 comments on commit e861a7e

Please sign in to comment.