From d6831651250e8bf6e8bfc33ed42728fac7b05c57 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Wed, 15 Dec 2021 13:43:08 -0500 Subject: [PATCH] Removed deprecated Google News template and changed look of 404 page --- layouts/404.html | 6 ++---- layouts/partials/head.html | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 4430417..a1745a8 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,12 +2,10 @@ {{ partial "head.html" . }} +

404 Page Not Found

{{ partial "header.html" . }}
-
-

404 page not found.

-

Go Home

-
+

Go Home

{{ partial "footer.html" . }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index af87be7..bf60b68 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -37,7 +37,6 @@ {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} {{- template "_internal/opengraph.html" . -}} - {{- template "_internal/google_news.html" . -}} {{- template "_internal/schema.html" . -}} {{- partial "twitter_cards.html" . -}}