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