mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-21 01:37:32 +08:00
feat: new blog layout and props
This commit is contained in:
@ -20,8 +20,7 @@ const { note } = Astro.props;
|
||||
|
||||
const meta = {
|
||||
description:
|
||||
note.data.description ||
|
||||
`Read about my note posted on: ${note.data.publishDate.toLocaleDateString()}`,
|
||||
note.data.description || `Read about my note posted on: ${note.data.date.toLocaleDateString()}`,
|
||||
title: note.data.title,
|
||||
};
|
||||
---
|
||||
|
Reference in New Issue
Block a user