hugo-theme-zzo/layouts/404.html

9 lines
211 B
HTML
Raw Permalink Normal View History

2019-11-07 18:09:15 +00:00
{{ define "main" }}
<main class="main">
<div class="not-found">
<h1 class="h1 title">404</h1>
<h6 class="h6 subtitle">Page not found</h6>
</div>
</main>
{{ partial "script/home-script" . }}
2019-11-07 18:09:15 +00:00
{{ end }}