%
function layoutDiv() {
// 作者
const author = theme.authors ? (theme.authors[page.author] || theme.default_author) : null
var el = ''
el += `
`
if (page.wiki) {
el += `${__("meta.updated") + __("symbol.colon")}`
el += ``
el += ``
} else {
if (author) {
const link = `${author.name}`
el += `${__("meta.created_author", link) + __("symbol.colon")}`
} else {
el += `${__("meta.created") + __("symbol.colon")}`
}
// 发布日期
el += ``
el += ``
el += ``
// 更新日期
el += ``
el += `${__("symbol.comma") + __("meta.updated") + __("symbol.colon")}`
el += ``
el += ``
}
el += `