docs: Add 404 template

Closes #1965
This commit is contained in:
Bjørn Erik Pedersen 2016-07-14 00:01:06 +02:00
parent a52a53a6d5
commit 6640c52c82

5
layouts/404.html Normal file
View File

@ -0,0 +1,5 @@
{{ partial "header.html" . }}
<div class="col-lg-8 col-md-12">
Page Not Found.
</div>
{{ partial "footer.html" . }}