mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-12-02 14:34:56 +03:00
11 lines
268 B
HTML
11 lines
268 B
HTML
{{ define "main" }}
|
|
<div class="post">
|
|
<h1 class="post-title">404!</h1>
|
|
|
|
<div class="post-content">
|
|
{{ .Site.Params.missingContentMessage }}<br>
|
|
<a href="{{ "/" | absURL }}">{{ .Site.Params.missingBackButtonLabel }} →</a>
|
|
</div>
|
|
|
|
</div>
|
|
{{ end }}
|