mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Removed deprecated Google News template and changed look of 404 page
This commit is contained in:
parent
8e819b33dd
commit
d683165125
2 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue