Przeglądaj źródła

Adjusted the indent

Signed-off-by: Xiaofeng QU <xiaofeng.qu.hk@ieee.org>
Xiaofeng QU 10 lat temu
rodzic
commit
356e116ac1
2 zmienionych plików z 2 dodań i 2 usunięć
  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>
-<% } %>
+<% } %>