<%= page.title %>
<% if (theme.style.avatar && config.author) { %>
<%- image_tag(theme.style.avatar) %>
<%= config.author %> Lv<%- getLevel(site.posts.length) %>
<%- partial('_partial/article-meta-info', {articleObject: page, index: true}) %>
<% } %>
<%- page.content %>
<% if (page.prev || page.next) { %>
<% if (page.prev) { %>
<% } %> <% if (page.next) { %>
<% } %>
<% } %> <% if (theme.comments.valine.enable || theme.comments.gitalk.enable) { %>
<%- partial('_partial/comments/comment') %>
<% } %>