From 02b2654b939b6a5a989535310526b15333a54dc8 Mon Sep 17 00:00:00 2001 From: Athul Cyriac Ajay Date: Sun, 17 Jan 2021 18:31:42 +0530 Subject: [PATCH] Removed Unwanted OG Tags There were extra OG tags added as a mistake. Hugo already has a good inbuilt partial for Meta stuf --- layouts/partials/header.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6260cd2..45ba700 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -15,18 +15,7 @@ - - - - - - - - - - - {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}