hugo-theme-terminal/layouts/404.html

12 lines
268 B
HTML
Raw Normal View History

2019-06-09 09:52:52 +00:00
{{ define "main" }}
<div class="post">
<h1 class="post-title">404!</h1>
<div class="post-content">
2019-08-28 07:37:08 +00:00
{{ .Site.Params.missingContentMessage }}<br>
<a href="{{ "/" | absURL }}">{{ .Site.Params.missingBackButtonLabel }}&nbsp;</a>
2019-06-09 09:52:52 +00:00
</div>
</div>
{{ end }}