diff --git a/_site/assets/js/guestbook.js b/_site/assets/js/guestbook.js new file mode 100644 index 00000000..34252354 --- /dev/null +++ b/_site/assets/js/guestbook.js @@ -0,0 +1 @@ +console.log("Guestbook script successfully loaded"); \ No newline at end of file diff --git a/_site/feed.xml b/_site/feed.xml index c8262f59..15bca5e9 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -4,7 +4,7 @@ Leilukin's personal website. - 2024-05-17T18:47:25Z + 2024-05-19T05:26:06Z https://leilukin.neocities.org Leilukin diff --git a/_site/guestbook/index.html b/_site/guestbook/index.html index 74253df3..d59ba6ea 100644 --- a/_site/guestbook/index.html +++ b/_site/guestbook/index.html @@ -518,6 +518,8 @@ } + + diff --git a/src/assets/js/guestbook.js b/src/assets/js/guestbook.js new file mode 100644 index 00000000..34252354 --- /dev/null +++ b/src/assets/js/guestbook.js @@ -0,0 +1 @@ +console.log("Guestbook script successfully loaded"); \ No newline at end of file diff --git a/src/pages/guestbook.njk b/src/pages/guestbook.njk index 183e37a2..b7ac8b25 100644 --- a/src/pages/guestbook.njk +++ b/src/pages/guestbook.njk @@ -154,4 +154,6 @@ eleventyNavigation: text-decoration: underline; } - \ No newline at end of file + + + \ No newline at end of file