summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/partials/seo/opengraph.html
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-02-18 21:44:01 +0100
commite9ec93a471d9a753db01b682e75c52b32adf16f2 (patch)
tree5f6d9a2b7d90852965b6d24f9db6a9198570c03b /themes/beautifulhugo/layouts/partials/seo/opengraph.html
parentbcafaafff80184537a3116de5341a8caa24d63f4 (diff)
use LoveIt theme, self hosted
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 }}" />