From 843821d9f5108c37444f9dc2864231b0804e59ed Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 7 Jan 2020 08:41:59 +0100 Subject: 404 as layout --- _layouts/git-wiki-404.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _layouts/git-wiki-404.html (limited to '_layouts') diff --git a/_layouts/git-wiki-404.html b/_layouts/git-wiki-404.html new file mode 100644 index 0000000..1b463ec --- /dev/null +++ b/_layouts/git-wiki-404.html @@ -0,0 +1,16 @@ +--- +title: Not Found +layout: git-wiki-404 +permalink: /404.html +is_wiki_page: false +--- + + + \ No newline at end of file -- cgit