{/* 中央区域 wrapper */}
{post.type && !post.type.includes('Page') && (<>
{/* 封面图 */}
{post.page_cover && post.page_cover.length > 1 && (
)}
>)}
{post.type && !post.type.includes('Page') && (<>
{/* 文章信息 */}
{post.title}
{post.summary}
{locale.COMMON.CATEGORY}:
{post.category}
{post.type[0] !== 'Page' && (
{formatDate(
post?.date?.start_date || post.createdTime,
BLOG.lang
)}
)}
{/* 不蒜子 */}
>)}
{/* Notion文章主体 */}
{blockMap && (
)}
{/* 赞赏按钮 */}
{/* 推荐文章 */}
{/* 版权声明 */}
- 本文作者: {BLOG.author}
- 本文链接: {url}
- 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
{/* 标签列表 */}
{post.tagItems && (
{locale.COMMON.TAGS}:
{post.tagItems.map(tag => (
))}
)}
{/* 上一篇下一篇文章 */}
{prev.title}
{next.title}
{/* 评论互动 */}
{/* 悬浮目录按钮 */}