From 7adad671f0415bd280f990b3b109524efb6fc2b3 Mon Sep 17 00:00:00 2001 From: Rich Hall Date: Tue, 13 Jul 2021 16:50:11 +1000 Subject: [PATCH] 2020 theme detection --- src/technologies.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 9e94e8226..7eec41a2d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -21398,6 +21398,23 @@ }, "scripts": "(turf@[\\d.]+)?/?turf\\.min\\.js", "website": "https://turfjs.org/" + }, + "TwentyTwenty": { + "cats": [ + 80 + ], + "description": "Twenty Twenty is the default WordPress theme for 2020.", + "icon": "WordPress.svg", + "dom": [ + "link[rel='stylesheet'][id*='twentytwenty-style-css']", + "body[class*='twentytwenty-theme']" + ], + "html": [ + "]* href=[\\'\"][^']+twentytwenty/.*\\.css\\?ver=([0-9.]+)\\;version:\\1", + "]* src=[\\'\"][^']+themes/twentytwenty.*\\.js\\?ver=([0-9.]+)\\;version:\\1" + ], + "requires": "WordPress", + "website": "https://wordpress.com/theme/twentytwenty" }, "TwicPics": { "cats": [