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 +++++++++++++++-- src/_includes/posts.njk | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) (limited to 'src/_includes') 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' %} diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk index 11d0591..00a1349 100644 --- a/src/_includes/posts.njk +++ b/src/_includes/posts.njk @@ -21,7 +21,7 @@
If you found this article useful, spread the word by sharing this link 👉 - + -- cgit v1.2.3