From ebef29ce3d91757dd26d25b21668cae60f56fc71 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 9 Nov 2024 14:07:57 +0100 Subject: [PATCH] feat: add Open Graph and Twitter meta tags Enhanced social media integration by adding Open Graph and Twitter meta tags to the head section. This improvement facilitates better content sharing by providing structured data for social platforms, which can enhance the appearance and engagement of shared links. This change is particularly beneficial for boosting visibility and interaction on platforms like Facebook and Twitter. --- layouts/partials/head.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5b1d285..f2d6641 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,4 +7,14 @@ {{ $style := resources.Get "css/style.css" }} {{ $css := $style | minify | fingerprint }} + + + + + + + + + +