refactor(layout): remove unused variable

This commit is contained in:
curben 2019-10-24 08:53:06 +01:00
parent e953758c88
commit 313daae655
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<section class="archives-wrap"> <section class="archives-wrap">
<div class="archives"> <div class="archives">
<% } %> <% } %>
<%- partial('archive-post', {post: post, even: i % 2 === 0}) %> <%- partial('archive-post', {post: post}) %>
<% }) %> <% }) %>
<% if (page.posts.length) { %> <% if (page.posts.length) { %>
</div></section> </div></section>