summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/partials/seo/opengraph.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/layouts/partials/seo/opengraph.html')
-rw-r--r--themes/beautifulhugo/layouts/partials/seo/opengraph.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/beautifulhugo/layouts/partials/seo/opengraph.html b/themes/beautifulhugo/layouts/partials/seo/opengraph.html
deleted file mode 100644
index 9a14a07..0000000
--- a/themes/beautifulhugo/layouts/partials/seo/opengraph.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{- with .Title | default .Site.Title }}
-<meta property="og:title" content="{{ . }}" />
-{{- end }}
-{{- with .Description | default .Params.subtitle | default .Summary }}
-<meta property="og:description" content="{{ . }}">
-{{- end }}
-{{- with .Params.share_img | default .Params.image | default .Site.Params.logo }}
-<meta property="og:image" content="{{ . | absURL }}" />
-{{- end }}
-{{- with .Site.Params.fb_app_id }}
-<meta property="fb:app_id" content="{{ . }}" />
-{{- end }}
-<meta property="og:url" content="{{ .Permalink | absLangURL }}" />
-<meta property="og:type" content="website" />
-<meta property="og:site_name" content="{{ .Site.Title }}" />