This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/layouts/partials/404.html

8 lines
287 B
HTML

<section class="container centered">
<div class="error">
<img src="/images/undraw-404.svg" alt="404 Page not found image">
<h1>{{ i18n "page_not_found" }}</h1>
<p>{{ i18n "page_does_not_exist" }}<br />{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
</div>
</section>