mirror of https://gitlab.com/curben/blog
refactor(layout): remove unused variable
This commit is contained in:
parent
e953758c88
commit
313daae655
|
@ -9,7 +9,7 @@
|
|||
<section class="archives-wrap">
|
||||
<div class="archives">
|
||||
<% } %>
|
||||
<%- partial('archive-post', {post: post, even: i % 2 === 0}) %>
|
||||
<%- partial('archive-post', {post: post}) %>
|
||||
<% }) %>
|
||||
<% if (page.posts.length) { %>
|
||||
</div></section>
|
||||
|
|
Loading…
Reference in New Issue