[go: up one dir, main page]

Skip to content

Commit

Permalink
fix: fix dribbble contact
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrex committed Aug 18, 2024
1 parent 3320eb4 commit d7cbd6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ contact:
# designer
figma: # username | https://www.figma.com/@username
behance: # username | https://www.behance.net/username
dribble: # username | https://dribbble.com/username
dribbble: # username | https://dribbble.com/username
artstation: # username | https://www.artstation.com/username

# other cv
Expand Down
8 changes: 4 additions & 4 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@
</div>
{%- endif %}

{%- if contact.dribble %}
<div class="contact-item" title="dribble">
<i class="fa-brands fa-dribble"></i>
<a href="https://dribbble.com/{{ contact.dribble }}" target="_blank">{{ contact.dribble }}</a>
{%- if contact.dribbble %}
<div class="contact-item" title="dribbble">
<i class="fa-brands fa-dribbble"></i>
<a href="https://dribbble.com/{{ contact.dribbble }}" target="_blank">{{ contact.dribbble }}</a>
</div>
{%- endif %}

Expand Down

0 comments on commit d7cbd6f

Please sign in to comment.