Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error page #12

Closed
mmistakes opened this issue Mar 29, 2017 · 1 comment
Closed

Add error page #12

mmistakes opened this issue Mar 29, 2017 · 1 comment

Comments

@mmistakes
Copy link
Owner

E.g., 404.html

@mmistakes mmistakes self-assigned this Mar 29, 2017
@mmistakes mmistakes changed the title Add error page layout Add error page Jul 20, 2018
@mmistakes
Copy link
Owner Author

Unique error layout not needed, can use layout: page.

To create a custom 404 page for GitHub Pages hosted sites add /404.md to the root of your project with the following YAML front matter... replace with whatever title and body content you want.

---
title: Page not found
layout: page
permalink: /404.html
---

Sorry, but the page you were trying to view has moved or does not exist.

ostadgeorge pushed a commit to ostadgeorge/ostadgeorge2.github.io that referenced this issue Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant