Skip to content

Commit aeee609

Browse files
correct spotify title (alshedivat#1484)
1 parent 51ece44 commit aeee609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/social.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<a href="https://www.last.fm/user/{{ site.lastfm_id }}" title="Last FM"><i class="fab fa-lastfm"></i></a>
8484
{% endif %}
8585
{%- if site.spotify_id -%}
86-
<a href="https://open.spotify.com/user/{{ site.spotify_id }}" title="Last FM"><i class="fab fa-spotify"></i></a>
86+
<a href="https://open.spotify.com/user/{{ site.spotify_id }}" title="Spotify"><i class="fab fa-spotify"></i></a>
8787
{% endif %}
8888
{%- if site.pinterest_id -%}
8989
<a href="https://www.pinterest.com/{{ site.pinterest_id }}" title="Pinterest"><i class="fab fa-pinterest"></i></a>

0 commit comments

Comments
 (0)