remove revisions
All checks were successful
Build and Deploy / deploy (push) Successful in 55s

This commit is contained in:
Satria 2026-07-13 19:17:59 +07:00
commit 6e785284f2
3 changed files with 2 additions and 4 deletions

View file

@ -66,7 +66,6 @@ await Promise.all(posts.map(async (post) => {
.replaceAll("[[TITLE]]", `${metadata.title} - ${frontmatter.title}`)
.replaceAll("[[POST_TITLE]]", frontmatter.title)
.replaceAll("[[DATE]]", frontmatter.date.toDateString())
.replaceAll("[[REVISIONS]]", `${metadata.revisions}/${post}`)
.replaceAll("[[DESC]]", frontmatter.desc)
.replace("[[CONTENT]]", html);