Initial Checkin of Beautiful Hugo Theme

Initial Checkin of Beautiful Hugo Theme
This commit is contained in:
Michael Romero 2016-03-08 02:43:08 -08:00
commit ff7cd6fd91
42 changed files with 10950 additions and 0 deletions

25
layouts/404.html Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
{{ partial "nav.html" . }}
<div role="main" class="container main-content">
<div class="text-center">
<h1>Whoops, this page doesn't exist.</h1>
<h1>Move along. (404 error)</h1>
<br/>
<img src="{{ .Site.BaseURL }}/img/404-southpark.jpg" />
</div>
</div>
{{ partial "footer.html" . }}
</body>
</html>