Use base url. Fixes #79 (#90)

This commit is contained in:
Yash Mehrotra
2022-04-17 21:33:51 +05:30
committed by GitHub
parent 96a3631f9d
commit 0fe9d215b3
7 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<div class="text-404">
<h1 class="error-emoji"></h1>
<h2>
404 ... This page does not exist, go <a href="{{ "/" | relURL }}">home</a>
404 ... This page does not exist, go <a href="{{ .Site.BaseURL }}">home</a>
</h2>
</div>
<script>