✏️ Fix Last.fm link in config.toml
Replace incorrect link for "Last.fm" in the config.toml file Previously, the link was "lastfm.com/user/username", however it has been changed to "last.fm/user/username" in order to reflect the correct URL of the website.
This commit is contained in:
parent
400f3b0a22
commit
a8bb843adb
@ -31,7 +31,7 @@ disableKinds = ["taxonomy", "term"]
|
||||
# { instagram = "https://instagram.com/username" },
|
||||
# { keybase = "https://keybase.io/username" },
|
||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||
# { lastfm = "https://lastfm.com/user/username" },
|
||||
# { lastfm = "https://last.fm/user/username" },
|
||||
# { linkedin = "https://linkedin.com/in/username" },
|
||||
# { mastodon = "https://mastodon.instance/@username" },
|
||||
# { medium = "https://medium.com/username" },
|
||||
|
Loading…
Reference in New Issue
Block a user