|
@@ -10,7 +10,9 @@
|
|
|
<div class="article-meta">
|
|
|
<%- partial('post/date', { class_name: 'article-date', date_format: null }) %>
|
|
|
<%- partial('post/pv') %>
|
|
|
+ <!--
|
|
|
<%- partial('post/author') %>
|
|
|
+ -->
|
|
|
</div>
|
|
|
</header>
|
|
|
<% } %>
|
|
@@ -30,14 +32,16 @@
|
|
|
<%- post.content %>
|
|
|
<% } %>
|
|
|
</div>
|
|
|
- <footer class="article-footer">
|
|
|
+ <div class="article-meta-extra">
|
|
|
<%- partial('post/category') %>
|
|
|
- <% if (is_post()){ %>
|
|
|
<%- partial('post/tag') %>
|
|
|
+ </div>
|
|
|
+ <% if (is_post()) {%>
|
|
|
+ <footer class="article-footer">
|
|
|
<%- partial('share/index', { post: post }) %>
|
|
|
- <% } %>
|
|
|
<%- partial('comment/counter', { post: post }) %>
|
|
|
</footer>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
<% if (!index) { %>
|
|
|
<%- partial('post/nav') %>
|