mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 16:27:32 -04:00
404 template example: remove slash relURL arg
For context, see: - #9994 /cc @jmooring @dep
This commit is contained in:
parent
1195f168a3
commit
2fa6f0b948
@ -35,7 +35,7 @@ This is a basic example of a 404.html template:
|
||||
{{ define "main"}}
|
||||
<main id="main">
|
||||
<div>
|
||||
<h1 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
|
||||
<h1 id="title"><a href="{{ "" | relURL }}">Go Home</a></h1>
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user