hugo-theme-introduction/layouts/404.html

16 lines
343 B
HTML
Raw Normal View History

{{ partial "head/metadata.html" . }}
2018-07-01 08:09:29 +00:00
{{ 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 }}
2018-06-11 23:39:40 +00:00
</div>
2018-07-01 08:09:29 +00:00
{{ end }}
{{ define "footer" }}
{{ partial "footer/text.html" . }}
{{ end }}