From 79f418c185fea3c4a54b4b84a1e0397380a345ac Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@yahoo.com>
Date: Mon, 02 Sep 2019 16:42:56 +0000
Subject: [PATCH] Remove Google News meta tags (#197)
---
layouts/_default/baseof.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index fe282d3..bf8b528 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -34,7 +34,6 @@
{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
{{- template "_internal/opengraph.html" . -}}
- {{- template "_internal/google_news.html" . -}}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
--
Gitblit v1.10.0