diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-08-10 20:19:17 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-08-10 20:19:17 +0100 |
commit | e05f4b47ecd0cb0dac273afc420b51768bedcc5e (patch) | |
tree | 5d6dac85388af71e30a032670f3b9622e6535604 /layouts/404.shtml | |
parent | 8a0464bcf2582084bd765f67de6f283545af2c7d (diff) | |
download | mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.gz mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.bz2 mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.xz mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.zip |
Migrate to zine 0.3.0
Diffstat (limited to 'layouts/404.shtml')
-rw-r--r-- | layouts/404.shtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/404.shtml b/layouts/404.shtml new file mode 100644 index 0000000..9020112 --- /dev/null +++ b/layouts/404.shtml @@ -0,0 +1,5 @@ +{{ partial "header.html" . }} + +404 NOT FOUND + +{{ partial "footer.html" . }}
\ No newline at end of file |