1
0
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:
Chris Cummer
2018-05-08 09:05:19 -07:00
parent ad56b6ea25
commit b55ca47678
46 changed files with 3151 additions and 13 deletions

View 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 }}