From 3dd2c21aae59f4da19fbe596c2406265077c9e7b Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 14 Aug 2023 01:25:40 +0600 Subject: [PATCH 1/2] Update Jekyll / ssg --- src/technologies/j.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/j.json b/src/technologies/j.json index 0f0cedba4..a9fe8346f 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -269,6 +269,9 @@ ], "icon": "Jekyll.svg", "implies": "Ruby", + "js": { + "SimpleJekyllSearch": "" + }, "meta": { "generator": "Jekyll\\sv([\\d.]+)?\\;version:\\1" }, From f6bfe36e39243b9cb332221965fad85694ec1af2 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 14 Aug 2023 01:27:44 +0600 Subject: [PATCH 2/2] fix --- src/technologies/s.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index f96a896d1..65ccaa28c 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -3656,8 +3656,7 @@ "dom": [ "link[href*='/_sitecore/']", "img[src^='/-/media/']", - "img[src*='/~/media/.+\\.ashx']", - "input[value*='sitecore/media']" + "img[src*='/~/media/.+\\.ashx']" ], "icon": "Sitecore.svg", "implies": "Microsoft ASP.NET",