|
@@ -7,6 +7,7 @@
|
|
<% if (post.link || post.title) { %>
|
|
<% if (post.link || post.title) { %>
|
|
<header class="article-header">
|
|
<header class="article-header">
|
|
<%- partial('post/title', { class_name: 'article-title' }) %>
|
|
<%- partial('post/title', { class_name: 'article-title' }) %>
|
|
|
|
+ <% if ((post.meta == null) || (page.meta != null && post.meta)){ %>
|
|
<div class="article-meta">
|
|
<div class="article-meta">
|
|
<%- partial('post/date', { class_name: 'article-date', date_format: null }) %>
|
|
<%- partial('post/date', { class_name: 'article-date', date_format: null }) %>
|
|
<%- partial('post/pv') %>
|
|
<%- partial('post/pv') %>
|
|
@@ -14,6 +15,7 @@
|
|
<%- partial('post/author') %>
|
|
<%- partial('post/author') %>
|
|
-->
|
|
-->
|
|
</div>
|
|
</div>
|
|
|
|
+ <% } %>
|
|
</header>
|
|
</header>
|
|
<% } %>
|
|
<% } %>
|
|
<div class="article-entry" itemprop="articleBody">
|
|
<div class="article-entry" itemprop="articleBody">
|