From 7363454e101e674db6748e90972bac39474ea9a7 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Wed, 13 Nov 2019 10:03:33 -0500 Subject: [PATCH] fix(widget): translate profile widget counter links to abs url --- layout/widget/profile.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/widget/profile.ejs b/layout/widget/profile.ejs index bfe124b..8f69755 100644 --- a/layout/widget/profile.ejs +++ b/layout/widget/profile.ejs @@ -43,7 +43,7 @@

<%= _p('common.post', post_count()) %>

- +

<%= post_count() %>

@@ -55,7 +55,7 @@

<%= _p('common.category', category_count()) %>

-
+

<%= category_count() %>

@@ -67,7 +67,7 @@

<%= _p('common.tag', tag_count()) %>

-
+

<%= tag_count() %>