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" . }}
{{ 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" . -}}