hexo-theme-keep/layout/archive-content.ejs

3 lines
130 B
Plaintext
Raw Normal View History

<div class="archive-container fade-in-down-animation">
2020-04-29 18:41:29 +08:00
<%- partial('_partial/archive-list', {posts_new: site.posts}) %>
</div>