Add in a cheeky 404 page :')

This commit is contained in:
Harsh Shandilya 2017-01-26 15:07:05 +05:30
parent 1e39ef0d29
commit 57aa3f722f
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
<title> {{ .Site.Title }} </title>
{{ with .Site.Params.Keywords }}<meta name="keywords" content="{{.}}">{{ end }}
{{ with .Site.Params.Description }}<meta name="description" content="{{.}}">{{ end }}
{{ partial "head.html" . }}
</head>
<body>
{{ partial "header.html" . }}
<img src="why_you_vote_trump.jpg" align="center">
{{ partial "footer.html" . }}
{{ partial "analytics.html" . }}
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB