From 3ae816e68c6bbe45ebd80a7b8a48c6cf337ebbdf Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 31 Oct 2022 19:44:23 +0530 Subject: Meta Tag Updates * Update meta tags to support social share --- src/_includes/partials/head.njk | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'src/_includes/partials') diff --git a/src/_includes/partials/head.njk b/src/_includes/partials/head.njk index 97690fb..34f6c42 100644 --- a/src/_includes/partials/head.njk +++ b/src/_includes/partials/head.njk @@ -2,18 +2,31 @@ +{%- if description %} + +{%- else -%} +{%- endif -%} - + + +{%- if description %} + +{%- else -%} +{%- endif -%} - + +{%- if description %} + +{%- else -%} +{%- endif -%} {% favicon './favicon.svg' %} -- cgit v1.2.3