Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions template/404.qmd.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
{% if is_seedcase_project -%}
title: "You've entered the garden of missing pages"
{% else -%}
title: "The page you are looking for does not exist"
{% endif -%}
---

{% if is_seedcase_project -%}
Let's get you back to greener grounds.

👉 Go to [homepage](/index.qmd).

![](/_extensions/seedcase-project/seedcase-theme/images/404.svg){fig-alt="An illustration of the number 404 surrounded by trees and mountains"}

## Illustration by [Storyset](https://storyset.com/web) {.appendix}
{%- else -%}
This page does not exist, go back to the [homepage](/index.qmd) or check the URL for typos.
{%- endif %}
2 changes: 2 additions & 0 deletions template/_quarto.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ project:
render:
- "docs/*"
- "index.qmd"
- "404.qmd"
- "CONTRIBUTING.md"

website:
# TODO: Fill in the title of the website.
Expand Down