From 9686bf9ce438794d2bd1002bedd89e75ca63cb67 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Sun, 27 Dec 2020 13:12:06 +0800 Subject: fix: og image absolute link --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 993e1a9..f4ebe64 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -26,8 +26,8 @@ {{ if .Params.tags }} {{ end }} -{{ template "_internal/opengraph.html" . }} -{{ template "_internal/twitter_cards.html" . }} + +{{ partial "opengraph.html" . }} {{ partial "styles.html" . }} {{ $options := (dict "targetPath" "assets/css/fuji.min.css" "outputStyle" "compressed") }} -- cgit v1.2.3