Adjusted the indent

Signed-off-by: Xiaofeng QU <xiaofeng.qu.hk@ieee.org>
This commit is contained in:
Xiaofeng QU 2015-07-12 00:58:14 +08:00
parent f3136dad7a
commit 356e116ac1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<% if (post.link || post.title){ %>
<header class="article-header">
<%- partial('post/title', {class_name: 'article-title'}) %>
<div class="article-meta">
<div class="article-meta">
<%- partial('post/date', {class_name: 'article-date', date_format: null}) %>
<%- partial('post/category') %>
</div>

View File

@ -5,4 +5,4 @@
<time datetime="<%= date_xml(post.date) %>" itemprop="datePublished"><%= date(post.date, date_format) %></time>
</a>
</div>
<% } %>
<% } %>