From a9576d435a15b79fcbe922f017ba73d0ca3fa33c Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 15 Jul 2021 18:47:30 +0500 Subject: [PATCH] add suport for opengraph and twitter cards --- themes/coopcloud.tech/layouts/partials/head.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/coopcloud.tech/layouts/partials/head.html b/themes/coopcloud.tech/layouts/partials/head.html index 0317614..2a13d51 100644 --- a/themes/coopcloud.tech/layouts/partials/head.html +++ b/themes/coopcloud.tech/layouts/partials/head.html @@ -6,6 +6,8 @@ {{/* scss compiling */}} {{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }} {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }} + {{ template "_internal/opengraph.html" . }} + {{ template "_internal/twitter_cards.html" . }} {{ $title }}