diff --git a/public/img/guestbook/luca_pizza.webp b/public/img/guestbook/luca_pizza.webp new file mode 100644 index 0000000..cbd9bb5 Binary files /dev/null and b/public/img/guestbook/luca_pizza.webp differ diff --git a/src/data/guestbook.json b/src/data/guestbook.json index 1d13447..244654e 100644 --- a/src/data/guestbook.json +++ b/src/data/guestbook.json @@ -35,9 +35,21 @@ "day": "10", "string": "10.08.2024" } + }, + { + "name":"Luca", + "social":"les.cx", + "sociallink":"https://les.cx/", + "image":"/img/guestbook/luca_pizza.webp", + "date": { + "year": "2024", + "month": "08", + "day": "26", + "string": "26.08.2024" + } } ], "meta": { - "lastModified": "August 11, 2024" + "lastModified": "August 29, 2024" } } diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro index 6ecde17..bc0583b 100644 --- a/src/pages/guestbook.astro +++ b/src/pages/guestbook.astro @@ -9,7 +9,7 @@ const visitors = guestbook["visitors"];
Last update: {guestbook.meta.lastModified}
Welcome to the digital pizzeria! Leave your mark by doodling a pizza slice, snapping a pic, and sharing it with me at pizza@kjelsrud.dev with your name & social media / website. And remember, creativity knows no bounds! Just like in my sketch, where I went with a Bitcoin pizza slice!🪙
+Welcome to the digital pizzeria! Leave your mark by doodling a pizza slice, snapping a pic, and sharing it with me at pizza [at] kjelsrud [dot] dev
with your name & social media / website. And remember, creativity knows no bounds! Just like in my sketch, where I went with a Bitcoin pizza slice!🪙
PS: This page was inspired by azlen.me!