Adjusted the indent
parent
40cc0c92d2
commit
3e43f1b44a
|
@ -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>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in New Issue