diff --git a/_snippets/recipe-footer.md b/_snippets/recipe-footer.md index e4d8a28..8ac4565 100644 --- a/_snippets/recipe-footer.md +++ b/_snippets/recipe-footer.md @@ -8,7 +8,7 @@ Did you receive excellent service? Want to compliment the chef? (_..and support ### Employ your chef (engage) 🤝 -Is this too much of a geeky PITA? Do you just want results, stat? [I do this for a living](https://www.funkypenguin.co.nz/about/) - I provide consulting and engineering expertise to businesses needing short-term, short-notice support in the cloud-native space, including AWS/Azure/GKE, Kubernetes, CI/CD and automation. +Is this too much of a geeky PITA? Do you just want results, stat? [I do this for a living](https://www.funkypenguin.co.nz/about/) - I'm a full-time Kubernetes contractor, providing consulting and engineering expertise to businesses needing short-term, short-notice support in the cloud-native space, including AWS/Azure/GKE, Kubernetes, CI/CD and automation. Learn more about working with me [here](https://www.funkypenguin.co.nz/work-with-me/). diff --git a/overrides/404.html b/overrides/404.html new file mode 100644 index 0000000..84430ec --- /dev/null +++ b/overrides/404.html @@ -0,0 +1,18 @@ +{% extends "main.html" %} + + +{% block libs %} + +{% endblock %} + +{% block content %} +
+ Having been erased,
+ The document you're seeking
+ Must now be retyped.
+
+ Try navigating using the heading tabs, or just search 👆 +
+{% endblock %} \ No newline at end of file