Files
blog/themes/plain/layouts/404.html

8 lines
140 B
HTML
Raw Normal View History

2026-03-25 15:14:49 +09:00
{{ define "main" }}
{{- partial "nav.html" . -}}
2026-03-25 15:45:57 +09:00
<div class="not-found">
2026-03-25 15:14:49 +09:00
<h1>404</h1>
<p>Page not found.</p>
</div>
{{ end }}