✨ added guestbook
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
1fc5117ce0
commit
72a9b58db1
4 changed files with 59 additions and 3 deletions
19
src/data/guestbook.json
Normal file
19
src/data/guestbook.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"visitors": [
|
||||
{
|
||||
"name":"Sid",
|
||||
"social":"sidski",
|
||||
"sociallink":"https://kjelsrud.dev",
|
||||
"image":"/img/guestbook/sid_pizza.webp",
|
||||
"date": {
|
||||
"year": "2024",
|
||||
"month": "01",
|
||||
"day": "03",
|
||||
"string": "01.03.2024"
|
||||
}
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"lastModified": "March 01, 2024"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue