From 6cdc9a863607e687155827748342bd4001895737 Mon Sep 17 00:00:00 2001 From: meethigher Date: Wed, 19 May 2021 20:19:19 +0800 Subject: [PATCH] =?UTF-8?q?2021-05-19:=20=E4=BF=AE=E6=94=B9=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=8F=AF=E4=BB=A5=E8=87=AA?= =?UTF-8?q?=E9=80=89=E6=98=AF=E5=90=A6=E9=80=89=E7=94=A8=E4=B8=8D=E8=92=9C?= =?UTF-8?q?=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/index.ejs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/layout/index.ejs b/layout/index.ejs index 7e05712..f50850f 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -3,7 +3,10 @@ <% page.posts.each(function (post) { %>
- <% if(post.top) { %>[顶]<% } %><%= post.title %> + + <% if(post.top) { %>[顶] + <% } %> + <%= post.title %>
<%- post.excerpt %> @@ -23,15 +26,15 @@
<% }) %> <%- partial("_partial/paginator") %> - <% if (theme.Footer.counter){ %> -
- - 网站运行时间
总访问量 + + 网站运行时间
+ <% if (theme.Footer.counter){ %> + 总访问量访客数 -
+ <% } %> \ No newline at end of file