This commit is contained in:
parent
ab1597a28b
commit
6bb860f61a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const datestamp = post.data.date.toLocaleDateString(undefined, {
|
|||
month: "short",
|
||||
day: "numeric",
|
||||
});
|
||||
const excerpt = remarkPluginFrontmatter.excerpt.replaceAll("\n", "");
|
||||
const excerpt = remarkPluginFrontmatter.excerpt?.replaceAll("\n", "");
|
||||
console.log("except", excerpt);
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue