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
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