Toevoegen van page-not-found (404) pagina en verwijzing naar zoekmachine
This commit is contained in:
parent
146f20ee3f
commit
d10dd01cdc
3 changed files with 21 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<a class="skip-link" href="#main">Skip to main</a>
|
||||
<main id="main">
|
||||
<div class="content">
|
||||
{{ partial "header.html" . }}
|
||||
<p>The page you requested doesn't exist.</p>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
11
themes/nluug/layouts/custom/customized-404.html
Normal file
11
themes/nluug/layouts/custom/customized-404.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<div>{{ .Content }}</div>
|
||||
|
||||
<h3>Suggesties</h3>
|
||||
|
||||
<p>Op zoek naar een bepaalde pagina of informatie? De onderstaande zoekfunctie weet het hopelijk wel te vinden:</p>
|
||||
|
||||
{{ partial "search-form.html" . }}
|
||||
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue