From a0ef9a84206b08089ac43f6203f70f648753dae5 Mon Sep 17 00:00:00 2001 From: Sebastian Cachia Date: Mon, 19 Sep 2016 00:37:13 +0200 Subject: [PATCH] Fixed Last.fm URL (#540) lastfm.com/user... results in a server error, last.fm/user... is the correct URL. --- _includes/author-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 5fd8eecb5d0e..3c4e48980417 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -65,7 +65,7 @@

{{ author.name }}

  • Stackoverflow
  • {% endif %} {% if author.lastfm %} -
  • Last.fm
  • +
  • Last.fm
  • {% endif %} {% if author.dribbble %}
  • Dribbble