Fix link handling

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-08 18:09:48 +02:00
parent 61650e9c0f
commit 0af676766a
6 changed files with 8 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<h1>404</h1>
<p>This is a dead link. Whatever was here, it&apos;s gone now.</p>
<p>
<a href="{{ .Site.BaseURL }}">Let&apos;s pretend this never happened</a
<a href="{{- relURL "" -}}">Let&apos;s pretend this never happened</a
>.
</p>
</div>