From c98caead1903a4cb9df203a4abd944d8b5f270b5 Mon Sep 17 00:00:00 2001 From: geekifan Date: Sun, 27 Apr 2025 14:43:58 +0800 Subject: [PATCH] add opengraph twitter_cards and schema --- layouts/partials/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3108dcd..6ef7ee3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,7 +18,9 @@ content="width=device-width, user-scalable=no initial-scale=1, shrink-to-fit=no, viewport-fit=cover" > - + {{ template "_internal/opengraph.html" . }} + {{ template "_internal/twitter_cards.html" . }} + {{ template "_internal/schema.html" . }} {{ if ne .Kind "home" }}