Currently AD provides a standalone page for user during server errors. Investigate and refactor as template and provide utilitarian doc with provider-specific examples.
Currently AD provides a standalone page for user during server errors. Investigate and refactor as template and provide utilitarian doc with provider-specific examples.
So fas `404.html` should be moved to `layots` folder instead of `content` (as written on <https://after-dark.habd.as/feature/error-page/>)
```sh
├── archetypes
| content
├── layouts
| └── 404.html
```
```sh
$ cp themes/after-dark/layout/404.html layout
```
Currently AD provides a standalone page for user during server errors. Investigate and refactor as template and provide utilitarian doc with provider-specific examples.
So fas
404.html
should be moved tolayots
folder instead ofcontent
(as written on https://after-dark.habd.as/feature/error-page/)