diff options
| -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 |
