feat: build website
This commit is contained in:
14
layouts/404.html
Normal file
14
layouts/404.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{{ define "head" }}
|
||||
<meta name="description" content={{ .Site.Params.description }}>
|
||||
{{ end }}
|
||||
|
||||
{{ define "title" }}
|
||||
{{ .Site.Title }} | {{ .Site.Params.terms.pageNotFound | default "404 page not found" }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<div class="container py-5 text-center">
|
||||
<img src="{{ .Site.Params.staticPath }}/404.png" alt='{{ .Site.Params.terms.pageNotFound | default "404 page not found" }}' class="img-fluid" width="40%">
|
||||
<h1>{{ .Site.Params.terms.pageNotFound | default "404 page not found" }}</h1>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user