hugo-PaperMod/layouts/404.html

3 lines
92 B
HTML
Raw Normal View History

2018-01-08 17:28:39 +01:00
{{ partial "header.html" . }}
<div class="not-found">404</div>
{{ partial "footer.html" . }}