소스 검색

Adjusted the indent

Signed-off-by: Xiaofeng QU <xiaofeng.qu.hk@ieee.org>
Xiaofeng QU 10 년 전
부모
커밋
356e116ac1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      layout/_partial/article.ejs
  2. 1 1
      layout/_partial/post/date.ejs

+ 1 - 1
layout/_partial/article.ejs

@@ -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>

+ 1 - 1
layout/_partial/post/date.ejs

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