hugo-theme-introduction/layouts/404.html

15 lines
343 B
HTML

{{ partial "head/metadata.html" . }}
{{ define "title" }}
<h1 class="bold-title is-1">{{ i18n "404_title" . }}</h1>
{{ end }}
{{ define "main" }}
<div class="container markdown top-pad">
{{ i18n "404_description" . | markdownify }}
</div>
{{ end }}
{{ define "footer" }}
{{ partial "footer/text.html" . }}
{{ end }}