netlify build fix

This commit is contained in:
gurusabarish
2021-07-25 01:14:26 +05:30
parent 2a24836a2e
commit 909e0323e0
9 changed files with 302 additions and 541 deletions
+2 -6
View File
@@ -16,13 +16,9 @@
<span class="text-dark">404 page not found</span>
{{ else }} 404 page not found {{ end }}
<div class="text-center p-5">
<a
href="{{ .Site.BaseURL }}"
class="font-weight-bold btn btn-primary rounded-pill p-3 mb-2"
>Back to Home</a
>
<a href="{{ .Site.BaseURL }}" class="font-weight-bold btn btn-primary rounded-pill p-3 mb-2">Back to Home</a>
</div>
</div>
</div>
</div>
{{ end }}
{{ end }}