netlify build fix
This commit is contained in:
+2
-6
@@ -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 }}
|
||||
Reference in New Issue
Block a user