Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef90c6c7ab5970dd5dddceadb0f060da1c85519c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="{{.Language}}">
{{ partial "meta" . }}
<body>
	<main class="container">
		<hgroup id="brand" class="u-header">
			<h1>{{ .Site.Params.Head404 | default "Sorry, I can't find what you want." | safeHTML }}</h1>
			<h5>{{ .Site.Params.Sub404 | default "Back to <a href='/'>Home</a>." | safeHTML }}</h5>
		</hgroup>
		<hr class="sep"/>
	</main>
</body>
</html>