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

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAthul Cyriac Ajay <athul8720@gmail.com>2021-01-17 16:01:42 +0300
committerAthul Cyriac Ajay <athul8720@gmail.com>2021-01-17 16:05:22 +0300
commit02b2654b939b6a5a989535310526b15333a54dc8 (patch)
tree005f35e823fc653acfc23c53dfa25e63b086268c
parent8a286dd90d95c32dff42c1a0ea21139b4d636bce (diff)
Removed Unwanted OG Tags
There were extra OG tags added as a mistake. Hugo already has a good inbuilt partial for Meta stuf
-rw-r--r--layouts/partials/header.html11
1 files changed, 0 insertions, 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 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta property="og:description" content="{{ .Params.description }}" />
- <meta name="twitter:description" content="{{ .Params.description }}" />
- <meta name="description" content="{{ $.Param "description" }}" />
- <meta name="description" content="{{ $.Params.description }}" />
-
- <meta property="og:title" content="{{ $title }} | {{ $siteTitle }}" />
- <meta name="twitter:title" content="{{ $title }} | {{ $siteTitle }}" />
-
<meta property="og:image" content="{{ .Site.Params.og_image }}"/>
- <meta itemprop="name" content="{{ $title }} | {{ $siteTitle }}" />
- <meta name="application-name" content="{{ $title }} | {{ $siteTitle }}" />
- <meta property="og:site_name" content="{{ .Site.Params.sitename }}" />
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}