From 19c3d61ecea464f06a42d5b9e9019e7a01d725a5 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Fri, 27 Aug 2021 08:34:58 -0600 Subject: [PATCH] Remove html, refine dom targeting --- src/technologies.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 0c87b16ac..1611f52c5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14381,10 +14381,7 @@ 87 ], "description": "Newspack is an open-source publishing platform built on WordPress for small to medium sized news organizations. It is an “opinionated” platform that stakes out clear, best-practice positions on technology, design, and business practice for news publishers.", - "dom": "link[href*='newspack.pub']", - "html": [ - "" - ], + "dom": "a.imprint[href*='newspack.pub']", "icon": "NewspackLogo.png", "website": "https://github.com/Automattic/newspack-plugin" },