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

404.html « layouts - github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 789c042e87d78df767c71dd23c63e0d4b1424b71 (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "header" }}{{ partial "site-header.html" . }}{{ end }}
{{ define "main" }}
<article>
	<h1>
		Ain't nobody here but us chickens.
	</h1>
	<div class="pt-4">404 not found.</div>
	
</article>
{{ end }}