From 7b40a99adf2bf98785b1a1e3e83ef821a981fb1c Mon Sep 17 00:00:00 2001 From: Mohab Sameh Date: Thu, 15 Feb 2024 15:52:38 +0200 Subject: [PATCH] Update [automations].html --- theme/[automations].html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/[automations].html b/theme/[automations].html index d7b3e50..1e16f61 100644 --- a/theme/[automations].html +++ b/theme/[automations].html @@ -15,8 +15,8 @@ - {% assign clean_title = title | url_encode %} - {% assign clean_description = seo.description | url_encode %} + {% assign clean_title = title | escape %} + {% assign clean_description = seo.description | escape %} {% assign og_image_url = 'https://codemod-open-graph.vercel.app/api/registry?Title=' | append: clean_title | append: '&Description=' | append: clean_description | append: '&Tag=Codemod Registry' | replace: 'amp;', '' %}