hexo-theme-ayer/layout/post.ejs

3 lines
99 B
JavaScript
Raw Permalink Normal View History

2019-12-03 11:37:44 +00:00
<section class="outer">
<%- partial('_partial/article', {post: page, index: false}) %>
</section>