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:
gurusabarish
2022-04-02 23:35:22 +05:30
parent fd19e4981b
commit 33b0f43282
7 changed files with 38 additions and 41 deletions
+1 -1
View File
@@ -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 }}