Files
hugo-hermit/layouts/404.html

14 lines
389 B
HTML

{{ define "main" }}
<div id="spotlight" class="error-404 animated fadeIn">
<div id="home-center">
<div class="banner-404">
<h1>404</h1>
<p>{{ i18n "notFound" }}</p>
<p class="btn-404">
<a href="{{.Site.BaseURL}}"><img class="feather" width="24" height="24" alt="GPG" src="{{"home.svg" | relURL}}"> {{ i18n "home" }}</a>
</p>
</div>
</div>
</div>
{{ end }}