Files
site/themes/github.com/davegallant/hugo-theme-gruvbox/layouts/404.html
2024-01-07 08:49:07 -05:00

9 lines
204 B
HTML

{{ define "main" }}
<article class="post">
<h1>{{ .Title | markdownify }}</h1>
<div class="post-content">
<p>This is not the page you're looking for.</p>
</div>
</article>
{{ end }}