<% var loadComment = false; if (theme.comments.service && theme.comments.service.length > 0) { if (page.comments == undefined || page.comments != false) { loadComment = true; } } // 合并项目评论 if (loadComment && page.layout === 'wiki' && page.wiki) { let proj = theme.wiki.projects[page.wiki]; if (proj.comment_id !== undefined && page.comment_id === undefined) { if (theme.comments.service === 'utterances') { page.comment_id = proj.comment_id; } } if (proj.comment_title !== undefined && page.comment_title === undefined) { if (theme.comments.service === 'utterances') { page.comment_title = proj.comment_title; } } } %> <% if (loadComment) { %> <% } %>