Added 404 page text
This commit is contained in:
parent
6b3b3e126f
commit
1e7724ef6d
|
@ -3,4 +3,6 @@ layout: default
|
||||||
title: Page Not Found
|
title: Page Not Found
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
---
|
---
|
||||||
# Page Not Found
|
# Page Not Found
|
||||||
|
|
||||||
|
Please [contact me](/contact) and let me know.
|
|
@ -4,5 +4,6 @@ permalink: none
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /_projects/
|
Disallow: /_projects/
|
||||||
Disallow: /_testimonials/
|
Disallow: /_testimonials/
|
||||||
|
Disallow: /404.html
|
||||||
|
|
||||||
Sitemap: {{ site.url }}/sitemap.xml
|
Sitemap: {{ site.url }}/sitemap.xml
|
Loading…
Reference in a new issue