From 406306df37f031018e91c3fca1d61bdac8f78c92 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 19 Jul 2017 04:24:42 +0200 Subject: [PATCH] Fixed profile links --- pages/profile/profile.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/profile.pixy b/pages/profile/profile.pixy index e06736f5..7f9672e8 100644 --- a/pages/profile/profile.pixy +++ b/pages/profile/profile.pixy @@ -20,7 +20,7 @@ component ProfileHeader(viewUser *arn.User, user *arn.User, uri string) if viewUser.Website != "" p.profile-field.website Icon("home") - a(href=viewUser.WebsiteURL(), target="_blank", rel="nofollow")= viewUser.Website + a(href=viewUser.WebsiteURL(), target="_blank", rel="nofollow")= viewUser.WebsiteShortURL() if viewUser.Accounts.Osu.Nick != "" && viewUser.Accounts.Osu.PP >= 1000 p.profile-field.osu(title="osu! Level " + toString(int(viewUser.Accounts.Osu.Level)) + " | Accuracy: " + fmt.Sprintf("%.1f", viewUser.Accounts.Osu.Accuracy) + "%")