<%= config.title %> <% if (config.styles && config.styles.length) { %> <% config.styles.forEach(style => { %> <% }) %> <% } %>
<%- partial('header') %>

LtxNEXT

<%= config.description || '欢迎来到我的 Hexo 博客' %>

最新文章

    <% site.posts.limit(5).each(function(post) { %>
  • <%= post.title %> <%= date(post.date, 'YYYY-MM-DD') %>
  • <% }) %>