hugo-theme-introduction/layouts/404.html

22 lines
869 B
HTML
Raw Normal View History

2017-04-22 00:59:02 +00:00
{{ partial "header.html" . }}
<body>
2017-03-14 13:14:07 +00:00
2017-04-22 00:59:02 +00:00
<div class="section" id="top"><!-- Parent section -->
2018-01-27 01:10:03 +00:00
<div class="container hero is-medium has-text-centered {{ if .Site.Params.fadeIn }} fade-in one {{ end }}"><!-- Begin Title -->
2017-04-22 00:59:02 +00:00
<h1 class="bold-title is-1">404</h1>
</div><!-- End Title -->
2017-03-14 13:14:07 +00:00
2017-04-22 00:59:02 +00:00
<!-- Everything below fades in two! -->
2018-01-27 01:10:03 +00:00
<div class="section {{ if .Site.Params.fadeIn }} fade-in two {{ end }}">
2018-06-11 23:39:40 +00:00
{{ partial "nav.html" . }}
<!-- Begin blurb -->
<div class="container {{ if .Site.Params.fadeIn }} fade-in two {{ end }} top-pad">
2017-04-22 00:59:02 +00:00
Oops! Either you've found a bug (in which case, <a href="mailto:{{ .Site.Params.email }}">please tell me</a>) or you're just making things up. This page doesn't exist!
2018-06-11 23:39:40 +00:00
</div>
<!-- End blurb -->
2018-01-27 03:56:33 +00:00
<div class="container top-pad"><hr></div>
2017-03-14 13:14:07 +00:00
{{ partial "footer.html" . }}
</div><!-- End parent section -->