fixed 404.md - duplicate h1
This commit is contained in:
parent
4509d1eee4
commit
7d7cd5743c
2 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "eleventy-excellent",
|
"name": "eleventy-excellent",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.x.x"
|
"node": ">=16.x.x"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,9 @@ excludeFromSitemap: true
|
||||||
noindex: true
|
noindex: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Sorry, that page doesn't exist!
|
## Sorry, that page doesn't exist!
|
||||||
|
|
||||||
|
[Please try visiting the home page!](/)
|
||||||
|
|
||||||
|
Please let me know if you encounter more errors:
|
||||||
|
<a href="mailto:{{ meta.address.email }}">{{ meta.address.email }}</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue