Use absolute URLs #26

This commit is contained in:
koirand 2019-03-28 01:45:34 +09:00
parent e9e49d53d1
commit acf8d53cdd
10 changed files with 11 additions and 14 deletions

View file

@ -6,7 +6,7 @@
<div class="main">
<div>
<h1>404 page not found.</h1>
<p><a href="/">Go Home</a></p>
<p><a href="{{ .Site.BaseURL }}">Go Home</a></p>
</div>
</div>
{{ partial "footer.html" . }}