Removed deprecated Google News template and changed look of 404 page

This commit is contained in:
Brandon Rozek 2021-12-15 13:43:08 -05:00
parent 8e819b33dd
commit d683165125
2 changed files with 2 additions and 5 deletions

View file

@ -2,12 +2,10 @@
<html>
{{ partial "head.html" . }}
<body>
<h1>404 Page Not Found</h1>
{{ partial "header.html" . }}
<div class="main">
<div>
<h1>404 page not found.</h1>
<p><a href="{{ .Site.BaseURL }}">Go Home</a></p>
</div>
<p><a href="{{ .Site.BaseURL }}">Go Home</a></p>
</div>
{{ partial "footer.html" . }}
</body>