diff --git a/src/pages/guestBook/index.astro b/src/pages/guestBook/index.astro index 0c15019..a8f734e 100644 --- a/src/pages/guestBook/index.astro +++ b/src/pages/guestBook/index.astro @@ -65,29 +65,33 @@ guest_logs.forEach(log => {
-

sign the guest book

-
- - + +

sign the guest book

+ + - - + + - - + + - -
+ + -

guest book

-
    + +
      +

      consider adding to the guest book

      +
      heres what others had to say already:
      +
      { guest_logs.map((log) => (
    • -

      [{log.date.toDateString()}] {log.name} - {log.website_link? ({log.website_link}) : ""} - : {log.message}

      +

      [{log.date.toDateString()}] {log.name} + {log.website_link? ({log.website_link}) : ""}:

      +

      -> "{log.message}"

    • +
      )) }
    @@ -97,3 +101,76 @@ guest_logs.forEach(log => {