效果美化及若干效果bug修复

This commit is contained in:
结发受长生
2019-08-25 14:22:31 +08:00
parent 66a69b1100
commit eb5625c3ae
11 changed files with 43 additions and 67 deletions
@@ -1,5 +1,4 @@
<% var defaultBg = '#4d4d4d'; %>
<div class="overlay" ></div>
<div class="intrude-less">
<header id="header" class="inner">
<a href="<%=config.root%>" @mouseover="linkMouseover('home')" class="profilepic">
+3 -1
View File
@@ -1,3 +1,4 @@
<div class="article-outer">
<article class="article">
<h3 class="category-count">共计 <%= site.categories.length %> 个分类, <%= site.tags.length %> 个标签</h3>
<% if (site.categories.length){ %>
@@ -21,4 +22,5 @@
amount: 999
}) %>
</div>
</article>
</article>
</div>