tried something, didn't work, here we are

This commit is contained in:
2026-02-10 21:11:33 +01:00
parent e177bdcecd
commit 8eb200d006
4 changed files with 39 additions and 13 deletions

View File

@@ -11,7 +11,9 @@
if (entry.post.banner && entry.post.banner !== "") {
banner = `/blog/${entry.key}/${entry.post.banner}`;
}
return {
key: entry.key,
title: `${entry.post.title}`,
subtitle: `#${posts.length - index} // ${entry.post.date}, ${entry.post.time}`,
img: banner,