zola/docs/content/documentation/templates/404.md

9 lines
234 B
Markdown
Raw Normal View History

+++
title = "404 error page"
weight = 80
+++
2018-10-18 21:09:32 +00:00
Zola will look for a `404.html` file in the `templates` directory or
use the built-in one. The default template is very basic and gets a simple
variable in the context: the site `config`.