解决top按钮生成多个问题

This commit is contained in:
结发受长生
2019-05-22 23:56:22 +08:00
parent 816c5dcd40
commit 9fe33ed376
9 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<a class="<%= class_name %>" href="<%- url_for(post.link) %>" target="_blank" itemprop="url"><%= post.title %></a>
</h1>
<% } else if (post.title){ %>
<% if (index){ %>
<% if (param.index){ %>
<h1 itemprop="name">
<a class="<%= class_name %>" href="<%- url_for(post.path) %>"><%= post.title %></a>
</h1>