-
Notifications
You must be signed in to change notification settings - Fork 70
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 a 404 page #159
base: master
Are you sure you want to change the base?
Add a 404 page #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments on end of files, then GTM
<div class="container not-found-page"> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<h1>Oho! What a strange place!</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆
styles/variables.less
Outdated
@import "landing-page.less"; | ||
@import "404.less"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please configure your editor to automatically add EOF 😉
styles/404.less
Outdated
margin: 10px 0; | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useless line
Hello! :) Can we merge this? |
We can. But, in order to work, it will also require adding, on the doc server, a redirection to this page whenever someone hits a not existing page. |
No description provided.