From 8835ccf4791a55acddf42f9a418a748e188a376b Mon Sep 17 00:00:00 2001 From: henribru <6639509+henribru@users.noreply.github.com> Date: Sun, 2 Jun 2019 21:29:59 +0200 Subject: [PATCH] Remove duplicate meta tags --- layouts/partials/head.html | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2c872b4..83ace10 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -29,13 +29,9 @@ {{- with ($.Scratch.Get "Title") }} {{ . }} - {{ $.Site.Title }} - - {{- end }} {{- with ($.Scratch.Get "Description") }} - - {{- end }} {{- with .Site.Author.name }} @@ -44,22 +40,6 @@ {{- with .Site.Params.favicon }} {{- end -}} - -{{- with .Params.share_img | default .Params.image | default .Site.Params.logo }} - - -{{- end }} - -{{- with .Site.Author.twitter }} - - -{{- end }} -{{- with .Site.Params.fb_app_id }} - -{{- end }} - - - {{ hugo.Generator -}}