diff options
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> |