From 4ca46073862e693f021422ea5c333e01eb5c3f46 Mon Sep 17 00:00:00 2001
From: hanjie <95hanjie@gmail.com>
Date: Fri, 31 Jul 2020 16:14:53 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E9=98=85=E8=AF=BB=E9=87=8F=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8A=A5?=
=?UTF-8?q?=E9=94=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
templates/about.ejs | 7 -------
1 file changed, 7 deletions(-)
diff --git a/templates/about.ejs b/templates/about.ejs
index 14ae160..cd18210 100644
--- a/templates/about.ejs
+++ b/templates/about.ejs
@@ -15,13 +15,6 @@
- <% if(site.customConfig['valine'] && site.customConfig['visitor']) { %>
-
- 阅读量
- 0
-
- <% } %>
-
<% if (typeof commentSetting !== 'undefined' && commentSetting.showComment) { %>
<% if (commentSetting.commentPlatform === 'gitalk') { %>
<%- include('./includes/gitalk') %>