{/* 中央区域 wrapper */}
{/* 封面图 */}
{post.page_cover && post.page_cover.length > 1 && (
)}
{/* 文章标题 */}
{post.title}
{post.summary}
{/* 文章作者等关联信息 */}
分类:
{post.category}
{post.type[0] !== 'Page' && (
{formatDate(
post?.date?.start_date || post.createdTime,
BLOG.lang
)}
)}
{/* 不蒜子 */}
{/* Notion文章主体 */}
{blockMap && (
)}
{/* 版权声明 */}
- 本文作者:{BLOG.author}
- 本文链接: {url} 《{post.title}》
- 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
{post.tags && (
标签:
{post.tags.map(tag => (
))}
)}
{prev.title}
{next.title}
{/* 评论互动 */}