搜索优化

This commit is contained in:
结发受长生
2018-06-19 11:56:37 +08:00
parent e9f800303d
commit 0b0053c07e
7 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<a href="<%- url_for(post.path) %>" class="<%= class_name %>">
<a href="<%- url_for('/archives'+date(post.date, '/YYYY/MM')) %>" class="<%= class_name %>">
<time datetime="<%= date_xml(post.date) %>" itemprop="datePublished"><i class="icon-calendar icon"></i><%= date(post.date, date_format) %></time>
</a>