Added ststic in missed files and renamed to staticPath
- Added `statics` params in the missed files - Renamed `statics` to `staticPath`
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
{{ define "main" }}
|
||||
<div class="container py-5 text-center">
|
||||
<img src="/404.png" alt="404 page not found" class="img-fluid" width="40%">
|
||||
<img src="{{ .Site.Params.staticPath }}/404.png" alt="404 page not found" class="img-fluid" width="40%">
|
||||
<h1>404 Page Not Found</h1>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user