Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandrewipark <andrewipark@users.noreply.github.com>2022-05-19 03:16:19 +0300
committerGitHub <noreply@github.com>2022-05-19 03:16:19 +0300
commitce85f9d057addc8cbd93f94892668ef24f4f9e2d (patch)
tree1fdaf2256450714b6101874e372bfd4852ef6e54
parentfff3cc7bcd46476834e5a975e13dce0766c813bd (diff)
rm deprecated google_news internal template ref
see https://github.com/gohugoio/hugo/issues/9172
-rw-r--r--layouts/partials/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index bfc2cde..9979740 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -37,7 +37,6 @@
{{ template "_internal/schema.html" . }}
{{ template "_internal/twitter_cards.html" . }}
-{{ template "_internal/google_news.html" . }}
{{ if isset .Site.Taxonomies "series" }}
{{ template "_internal/opengraph.html" . }}