Initial commit.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2015-09-27 04:18:16 +02:00
commit 7411bfccbd
223 changed files with 14785 additions and 0 deletions

8
layouts/404.html Normal file
View File

@@ -0,0 +1,8 @@
{{ define "content" }}
<article>
<h1 class="title">
404 &mdash; Not Found
</h1>
<h1 class="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
</article>
{{ end }}