<% if(is_home() || is_category() || is_archive() || is_tag() || page.layout == 'list') { var isPostList = true; } else { var isPostList = false; } var topMetas; if (isPostList) { topMetas = theme.layout.on_list.meta || []; } else { topMetas = theme.layout.on_page.meta.header || []; } if (post.meta && (post.meta.header !== undefined && post.meta.header !== null)) { if (post.meta.header.length) { topMetas = post.meta.header; } else { topMetas = []; } } var bottomMetas; if (isPostList) { bottomMetas = []; } else { bottomMetas = theme.layout.on_page.meta.footer || []; } if (post.meta && (post.meta.footer !== undefined && post.meta.footer !== null)) { if (post.meta.footer.length) { bottomMetas = post.meta.footer; } else { bottomMetas = []; } } %> <% if (position == 'header') { %>
<% if (topMetas.length == 1 && topMetas.indexOf('centertitle') > -1) { %> <% if(isPostList){ %>

<%- post.title || post.seo_title %>


<% } else { %> <% if (post.title || page.title || config.title) { %>

<%- post.title || post.seo_title %>


<% } %> <% } %> <% } else { %> <% if (post.music && post.music.enable != false) { %> <%- partial('../_third-party/aplayer', {post: post, where: 'meta'}) %> <% } %> <% if(post.thumbnail && post.thumbnail.length){ %> <% } %>
<% if((topMetas).indexOf('title') > -1){ %> <%- partial('../_meta/' + 'title', {post: post, isPostList: isPostList}) %> <% } %>
<% (topMetas).forEach(function(meta){ %> <% if((meta != 'title') && (meta in theme.meta)){ %> <%- partial('../_meta/' + meta, {post: post, isPostList: isPostList}) %> <% } %> <% }) %>
<% if ((topMetas).length > 0){ %>
<% } %>
<% } %>
<% } else if (position == 'footer') { %> <% } %>