diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-04 02:25:46 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-04 02:25:46 +0300 |
commit | 7dc9912c0d8f220cc41e4b2f6afa31c633b1819f (patch) | |
tree | beb246221c5cf8399be1c6257613c241b799de5d /_pages/404.html | |
parent | b466d5fe7b26e1104109169ad72e8d5f355f74ca (diff) | |
download | popov.link-7dc9912c0d8f220cc41e4b2f6afa31c633b1819f.tar.xz popov.link-7dc9912c0d8f220cc41e4b2f6afa31c633b1819f.zip |
Renaming pages
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_pages/404.html')
-rw-r--r-- | _pages/404.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_pages/404.html b/_pages/404.html new file mode 100644 index 0000000..eebcc42 --- /dev/null +++ b/_pages/404.html @@ -0,0 +1,8 @@ +--- +permalink: "/404.html" +title: "404: Page not found" +layout: page +--- + +Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. +<a href="{{ site.baseurl | uri_escape }}">Head back home</a> to try finding it again.
\ No newline at end of file |