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

5 lines
268 B
HTML

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