mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
15 lines
343 B
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 }}
|