hexo-theme-amane/layout/index.ejs

6 lines
184 B
Plaintext
Raw Normal View History

2018-10-16 05:28:42 +00:00
<% page.posts.each(function(post){ %>
<%- _partial('common/article', { post, index: true }) %>
2018-10-16 05:28:42 +00:00
<% }); %>
<% if (page.total > 1) { %>
<%- _partial('common/paginator') %>
<% } %>