mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 13:05:52 +10:00
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
<% page.posts.each(function(item){ %>
|
|
<%- partial('_partial/article', {item: item, index: true}) %>
|
|
<% }); %>
|
|
|
|
<%- partial('_partial/pagination') %> |