recettes/themes/hugo-recettes/layouts/404.html

10 lines
238 B
HTML

{{ partial "header.html" . }}
<main role="main">
<div>
<h2 class="mb-5">Page non disponible</h1>
<h3 id="entry-title"><a href="{{ "/" | relURL }}">Retourner à l'accueil</a></h2>
</div>
</main>
{{ partial "footer.html" . }}