diff --git a/content/contact.md b/content/contact.md index 92d8896..c2bcf0f 100644 --- a/content/contact.md +++ b/content/contact.md @@ -15,3 +15,5 @@ If you stumbled across an email address of mine, best not to use it. Like most p - Matrix: {{< sociallink matrix >}} Want to [say thanks]({{}})? + +Alternatively, you can [Sign my guestbook]({{}}). diff --git a/content/guestbook.md b/content/guestbook.md new file mode 100644 index 0000000..c4be9e1 --- /dev/null +++ b/content/guestbook.md @@ -0,0 +1,11 @@ +--- +title: Guestbook +hidden_from_navbar: true +image: unsplash:DgugiZUfH9k +--- + +Welcome, wary traveller! Sign my guestbook below. You can write whatever you like (within reason). + +Once you're done, take a look at some of my [posts]({{}}). + +Ideal _stolen_ from [@laymonage](https://laymonage.com/guestbook). diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 2fd4891..6fe9e47 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -13,7 +13,7 @@ {{ with (.Site.GetPage "search") }} {{ end }} @@ -24,6 +24,13 @@ {{ end }} + {{ with (.Site.GetPage "guestbook") }} + + {{ end }} {{ range .Site.Data.social.navbar_accounts }} {{ $account := index $.Site.Data.social.accounts . }}