Files
blog/layouts/404.html

9 lines
187 B
HTML
Raw Permalink Normal View History

2015-09-27 04:18:16 +02:00
{{ define "content" }}
<article>
<h1 class="title">
404 &mdash; Not Found
</h1>
<h1 class="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
</article>
{{ end }}