hugo-code-editor-theme/layouts/404.html

5 lines
232 B
HTML

{{ partial "top.html" . }}
<p>{{ ( index $.Site.Data.translations $.Site.Params.locale ).notfoundmsg }}</p>
<p><a href="/">{{ ( index $.Site.Data.translations $.Site.Params.locale ).gotoroot }}</a></p>
{{ partial "bottom.html" . }}