Fix suggestion

This commit is contained in:
SteveYi 2022-02-23 00:35:22 +08:00
parent 6d928371d5
commit 50b0d8dc73
No known key found for this signature in database
GPG Key ID: 114AA514776DBEAF

View File

@ -1,8 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
Sorry, This Page is not available.
<h1 id="title"><a href="{{ .Site.BaseURL | relLangURL }}">Go Home</a></h1>
Sorry, this Page is not available.
</div>
</main>
{{ end }}
{{ end }}