diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 14:43:32 +0200 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 14:43:32 +0200 |
commit | 6f5f0c2ad975bd08f5e3508583dcbae9d7e8883f (patch) | |
tree | f31c43e945e416b0fb95c5b3058538da76b70291 /themes | |
parent | ae4c62c72b04bd2dc0390bb260ea937c1352eff2 (diff) |
Updated Open Graph tags
Diffstat (limited to 'themes')
-rw-r--r-- | themes/stingray/layouts/partials/head.html | 2 |
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> |