From 4797ed8138b27cdfa426899a39e6db5304d2d4e7 Mon Sep 17 00:00:00 2001 From: Kelly Merrick Date: Mon, 17 Jul 2023 14:27:02 -0500 Subject: [PATCH] fix(docsy): remove google_news ref from theme to allow render again --- themes/docsy/layouts/partials/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/docsy/layouts/partials/head.html b/themes/docsy/layouts/partials/head.html index 303eb8b8f..9260be567 100644 --- a/themes/docsy/layouts/partials/head.html +++ b/themes/docsy/layouts/partials/head.html @@ -12,7 +12,6 @@ {{ partialCached "favicons.html" . }} {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }} {{- template "_internal/opengraph.html" . -}} -{{- template "_internal/google_news.html" . -}} {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}} {{ if eq (getenv "HUGO_ENV") "production" }}