File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ {% if is_seedcase_project -%}
3+ title: "You've entered the garden of missing pages"
4+ {% else -%}
5+ title: "The page you are looking for does not exist"
6+ {% endif -%}
7+ ---
8+
9+ {% if is_seedcase_project -%}
10+ Let's get you back to greener grounds.
11+
12+ 👉 Go to [homepage](/index.qmd).
13+
14+ {fig-alt="An illustration of the number 404 surrounded by trees and mountains"}
15+
16+ ## Illustration by [Storyset](https://storyset.com/web) {.appendix}
17+ {% else -%}
18+ This page does not exist, go back to the [homepage](/index.qmd) or check the URL for typos.
19+ {% - endif %}
Original file line number Diff line number Diff line change 55 render:
66 - "docs/*"
77 - "index.qmd"
8+ - "404.qmd"
9+ - "CONTRIBUTING.md"
810
911website:
1012 # TODO: Fill in the title of the website.
You can’t perform that action at this time.
0 commit comments