diff --git a/controllers/site.js b/controllers/site.js
index a336118..ca21834 100644
--- a/controllers/site.js
+++ b/controllers/site.js
@@ -70,7 +70,7 @@ exports.index = function (req, res, next) {
// 取星标用户
User.getUsersByQuery({ is_star: true }, { limit: 5 }, proxy.done('stars'));
// 取排行榜上的用户
- User.getUsersByQuery({}, { limit: 10, sort: [ [ 'score', 'desc' ] ] }, proxy.done('tops'));
+ User.getUsersByQuery({is_block: false}, { limit: 10, sort: [ [ 'score', 'desc' ] ] }, proxy.done('tops'));
// 取0回复的主题
Topic.getTopicsByQuery({ reply_count: 0 }, { limit: 5, sort: [ [ 'create_at', 'desc' ] ] },
proxy.done('no_reply_topics'));
diff --git a/views/layout.html b/views/layout.html
index 1336d43..f09c6e1 100644
--- a/views/layout.html
+++ b/views/layout.html
@@ -100,7 +100,7 @@
© <%= "2012 - " + (new Date()).getFullYear() %>
本社区为开源系统,版本: <%= config.version %> ,欢迎贡献代码
- 由
NAE 为 <%= config.name %> 提供动力
+ 本社区搭建在
DigitalOcean 上
diff --git a/views/sidebar.html b/views/sidebar.html
index 74ed205..b112512 100644
--- a/views/sidebar.html
+++ b/views/sidebar.html
@@ -18,51 +18,6 @@
<% } %>
-
-
- <% if (locals.hot_tags) { %>
-
-
-
- <% if (hot_tags.length > 0) { %>
- <%- partial('tag/tag_with_count', { collection: hot_tags, as: 'tag' }) %>
- <% } else { %>
-
无
- <% } %>
-
-
- <% } %>
-
- <% if (locals.hot_topics) { %>
-
-
-
- <% if (hot_topics.length >0) { %>
-
- <%- partial('topic/small', { collection: hot_topics, as: 'topic' }) %>
-
- <% } else { %>
-
无
- <% } %>
-
-
- <% } %>
-
<% if (locals.no_reply_topics) { %>
<% } %>
-
-
-
-

-
-
diff --git a/views/topic/index.html b/views/topic/index.html
index 3b1bdc1..e0987a2 100644
--- a/views/topic/index.html
+++ b/views/topic/index.html
@@ -61,10 +61,10 @@
<% if (topic.tags.length > 0) { %>
- 标签:
+ 标签:
<%- partial('tag/tag_in_topic',{ collection: topic.tags, as: 'tag' }) %>
<% } else { %>
- 标签:无
+ 标签:无
<% } %>
@@ -91,9 +91,9 @@
<% if (locals.current_user) { %>
<% if (current_user.is_admin) { %>
<% if (topic.top) { %>
-

+

<% } else { %>
-

+

<% } %>

@@ -105,7 +105,7 @@
<% } %>
-
+
<% if (topic.replies && topic.replies.length > 0) { %>
-
-
-
-
<%= config.name %> 使用 Globally Recognized Avata ,与您的 Email 关联,请在 Gravatar 注册或更改您的头像。
-
您当前的头像如下:
- <% if (locals.profile_image_url) { %>
- 自定义:

- |
- <% } %>
- gravatar:

-
-
-