diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-07 08:41:59 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-07 08:41:59 +0100 |
| commit | 843821d9f5108c37444f9dc2864231b0804e59ed (patch) | |
| tree | 32afa9a0ee3a82a162257d1ebd21ce2d456d4fb9 | |
| parent | 7341eb7c340d8291b86268281db274e52cc3cf1b (diff) | |
| download | wiki-843821d9f5108c37444f9dc2864231b0804e59ed.tar.gz wiki-843821d9f5108c37444f9dc2864231b0804e59ed.tar.bz2 wiki-843821d9f5108c37444f9dc2864231b0804e59ed.zip | |
404 as layout
| -rw-r--r-- | _layouts/git-wiki-404.html (renamed from 404.md) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/404.md b/_layouts/git-wiki-404.html index 1c6c557..1b463ec 100644 --- a/404.md +++ b/_layouts/git-wiki-404.html @@ -1,6 +1,7 @@ --- +title: Not Found +layout: git-wiki-404 permalink: /404.html -layout: null is_wiki_page: false --- @@ -12,4 +13,4 @@ is_wiki_page: false var url = '{{ site.github.repository_url }}/new/{{site.git_branch | escape}}?filename={{ site.wiki_folder | default: 'wiki' }}/'+filename; window.location=url; -</script> +</script>
\ No newline at end of file |
