From f0fcff0a4d4d3e50f78ad3b0ad21ad8e789fb070 Mon Sep 17 00:00:00 2001 From: isAlive Date: Wed, 13 Nov 2019 22:57:33 +0800 Subject: [PATCH] opt(profile): add statistics data forword page (#557) --- layout/widget/profile.ejs | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/layout/widget/profile.ejs b/layout/widget/profile.ejs index 70055ae..bfe124b 100644 --- a/layout/widget/profile.ejs +++ b/layout/widget/profile.ejs @@ -43,9 +43,11 @@

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

-

- <%= post_count() %> -

+ +

+ <%= post_count() %> +

+
@@ -53,9 +55,11 @@

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

-

- <%= category_count() %> -

+ +

+ <%= category_count() %> +

+
@@ -63,9 +67,11 @@

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

-

- <%= tag_count() %> -

+ +

+ <%= tag_count() %> +

+