We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146b474 commit b8c42b0Copy full SHA for b8c42b0
static/templates/404.html
@@ -31,12 +31,14 @@
31
</head>
32
33
<body id="notFound" class="notFound">
34
- {{template "skipLink"}}
35
-
36
- {{template "header" .}}
+ {{template "skipLink"}} {{template "header" .}}
37
38
<main role="main" id="main" class="notFound__main">
39
<h1 class="notFound__title">404 <span>Not Found</span></h1>
+ <div class="notFound__help uSurface">
+ <p class="notFound__text">
40
+ The package or page <code>{{.Path}}</code> could not be found.
41
+ </p>
42
<a class="notFound__link a" href="/">Return to homepage</a>
43
</div>
44
</main>
0 commit comments