💡 Comments + new blog post

This commit is contained in:
2025-09-01 12:15:59 -04:00
parent 808bec174e
commit e2c1919cd7
12 changed files with 89 additions and 7012 deletions
-1
View File
@@ -9,7 +9,6 @@
)
.then((data) => {
const item = data.querySelector('item');
console.log(item)
this.latestPost = {
link: item.querySelector('link').textContent,
body: item.querySelector('description').textContent,