This commit is contained in:
parent
f56b2f3de4
commit
3a033ae2c9
@ -1,7 +0,0 @@
|
||||
{{- define "main" -}}
|
||||
<div class="FourOhFourCentered">
|
||||
<h1>404 - Page Not Found</h1>
|
||||
<p>Looks like the page you're looking for doesn't exist.</p>
|
||||
<p><a href="/">Go back home</a></p>
|
||||
</div>
|
||||
{{- end }}
|
@ -1 +1,6 @@
|
||||
<script defer src="https://analytics.vezpi.me/script.js" data-website-id="e50e5843-1039-4bc8-a3f6-80f60e25ea38"></script>
|
||||
<script defer src="https://analytics.vezpi.me/script.js" data-website-id="e50e5843-1039-4bc8-a3f6-80f60e25ea38"></script>
|
||||
{{- with .Params.keywords -}}
|
||||
<meta name="keywords" content="{{ delimit . ", " }}">
|
||||
{{- else if .Params.tags -}}
|
||||
<meta name="keywords" content="{{ delimit .Params.tags ", " }}">
|
||||
{{- end -}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user