Files
jarnat/themes/meghna-hugo/layouts/404.html
Antoine-Machenaud 1de8199332
All checks were successful
continuous-integration/drone/push Build is passing
Actualisation du thème
Changement texte erreur 404
2023-09-11 17:00:30 +02:00

18 lines
362 B
HTML

{{ define "main" }}
{{ partial "navigation.html" . }}
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1>Oups</h1>
<h2>La page n'existe pas</h2>
<a class="btn btn-main" href="{{ site.BaseURL | relLangURL }}">Retour</a>
</div>
</div>
</div>
</section>
{{ end }}