mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Adding the site theme to git
This commit is contained in:
13
_site/themes/hyde-hyde/layouts/404.html
Normal file
13
_site/themes/hyde-hyde/layouts/404.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{ define "header" -}}
|
||||
{{ partial "header.html" . }}
|
||||
{{- end }}
|
||||
|
||||
{{ define "content" -}}
|
||||
<h1>WTF? 404 - Page not found</h1>
|
||||
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.</p>
|
||||
|
||||
<p class="lead"><a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
|
||||
{{- end }}
|
||||
|
||||
{{ define "footer" -}}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user