hexo-theme-ayer/layout/page.ejs

3 lines
99 B
Plaintext
Raw Permalink Normal View History

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