git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

404.html (319B)


      1 {{ define "main" }}
      2 <div class="post">
      3 	<h1 class="post-title">404 — {{ $.Site.Params.missingContentMessage | default "Page not found..." }}</h1>
      4 
      5 	<div class="post-content">
      6 		<a href="{{ "/" | absURL }}">{{ $.Site.Params.missingBackButtonLabel | default "Back to home page" }}&nbsp;→</a>
      7 	</div>
      8 </div>
      9 {{ end }}