Browse Source

Adjusted the indent

Qu Xiaofeng / 曲晓峰 10 years ago
parent
commit
3e43f1b44a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      layout/_partial/article.ejs

+ 2 - 2
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">
           <% if (!post.hidedate){ %>
             <%- partial('post/date', {class_name: 'article-date', date_format: null}) %>
           <% } %>
@@ -54,4 +54,4 @@
       <noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by DuoShuo.</a></noscript>
       </div>
   </section>
-<% } %>
+<% } %>