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

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Kołodziejczyk <eshlox@users.noreply.github.com>2020-11-23 09:45:40 +0300
committerGitHub <noreply@github.com>2020-11-23 09:45:40 +0300
commit50d436b5d77f2e26b2bae495964375fb6435f3ec (patch)
treeb0ea486210a32455ccc573087c5a65e69a57a679
parent292097ef71d6f8871b321dd81c8de1973eaffccb (diff)
parenta5ef64364169f9334a8198e9250e590d5d8df89b (diff)
Merge pull request #18 from coliff/patch-1
Remove Google News meta tags
-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 b0773a2..50f4369 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -31,7 +31,6 @@
<link href="{{ $.LanguagePrefix }}{{ "/posts/index.xml" | relURL }}" rel="alternate" type="application/rss+xml" title="{{- .Site.Title -}}" />
{{ template "_internal/opengraph.html" . }}
- {{ template "_internal/google_news.html" . }}
{{ template "_internal/schema.html" . }}
{{ template "_internal/twitter_cards.html" . }}
</head>