From c2b975bb16cf45fd64e7637d59c4f95f88792554 Mon Sep 17 00:00:00 2001 From: Kang Date: Thu, 7 Mar 2019 01:58:52 +1100 Subject: [PATCH] Make follow link in profile widget be opened in new tab (#425) --- layout/widget/profile.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/widget/profile.ejs b/layout/widget/profile.ejs index 2d8a7b6..82bfa83 100644 --- a/layout/widget/profile.ejs +++ b/layout/widget/profile.ejs @@ -73,7 +73,7 @@
- + <%= __('widget.follow') %>
<% const socialLinks = get_config_from_obj(widget, 'social_links'); %>