summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRayHammer <evkondratyev@yandex.ru>2022-10-23 14:43:32 +0200
committerRayHammer <evkondratyev@yandex.ru>2022-10-23 14:43:32 +0200
commit6f5f0c2ad975bd08f5e3508583dcbae9d7e8883f (patch)
treef31c43e945e416b0fb95c5b3058538da76b70291 /themes
parentae4c62c72b04bd2dc0390bb260ea937c1352eff2 (diff)
Updated Open Graph tags
Diffstat (limited to 'themes')
-rw-r--r--themes/stingray/layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html
index 4a0ff2d..0bde022 100644
--- a/themes/stingray/layouts/partials/head.html
+++ b/themes/stingray/layouts/partials/head.html
@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
- <meta property="og:type" content="website">
+ {{ template "_internal/opengraph.html" . }}
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>