Skip to content

Commit

Permalink
Fix dribbble
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Sep 30, 2016
1 parent e50ef98 commit 39fddfb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,41 +56,41 @@ author:
# Comment/uncommet to show/hide
# Icons appear in order, can be rearranged:
social:
facebook: <username>
twitter: <username>
google: <number>
vk: <username>
youtube: <string>_<string>_<string>
# vimeo: <username>
# vine: <username>
# spotify: user/<number>
# soundcloud: <username>
# lastfm: <username>
# instagram: <username>
# flickr: <string>@<string>
# 500px: <username>
# dribble: <username>
# behance: <username>
# deviantart: <username>
# ello: <username>
# twitch: <username>
# steam: <number>
# reddit: <username>
# tumblr: <username>
# pinterest: <username>
# foursquare: <number>
# yelp: <string>
# github: <username>
# stackoverflow: <number>/<username>
# npm: <username>
# hackernews: <username>
# trello: <firstname><lastname>
# linkedin: <firstname>-<lastname>-<string>
# xing: <firstname>_<lastname><counter>
# blogger: <number>
# delicious: <username>
# stumbleupon: <username>
# paypal: <username>
facebook: _username_
twitter: _username_
google: _number_
vk: _username_
youtube: _string___string___string_
# vimeo: _username_
# vine: _username_
# spotify: user/_number_
# soundcloud: _username_
# lastfm: _username_
# instagram: _username_
# flickr: _string_@_string_
# 500px: _username_
# dribbble: _username_
# behance: _username_
# deviantart: _username_
# ello: _username_
# twitch: _username_
# steam: _number_
# reddit: _username_
# tumblr: _username_
# pinterest: _username_
# foursquare: _number_
# yelp: _string_
# github: _username_
# stackoverflow: _number_/_username_
# npm: _username_
# hackernews: _username_
# trello: _firstname__lastname_
# linkedin: _firstname_-_lastname_-_string_
# xing: _firstname___lastname__counter_
# blogger: _number_
# delicious: _username_
# stumbleupon: _username_
# paypal: _username_

# Remove to disable Google Anaylics
google_analytics_id: 'UA-84025722-2'
Expand Down
2 changes: 1 addition & 1 deletion _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{% include social-list-item.html platform=platform url=url icon="flickr2" %}
{% endif %}

{% if platform == "dribble" %}
{% if platform == "dribbble" %}
{% assign url = "https://dribbble.com/" | append: username %}
{% include social-list-item.html platform=platform url=url %}
{% endif %}
Expand Down

0 comments on commit 39fddfb

Please sign in to comment.