Detect sunflower theme

This commit is contained in:
Marian Steinbach 2021-11-11 20:01:09 +01:00
parent 7c937ca6bd
commit 7e5a0266b3

View file

@ -75,6 +75,9 @@ class Checker(AbstractChecker):
elif ('Urwahl3000' in page_content['content'] or
'/themes/urwahl3000' in page_content['content']):
generator = 'wordpress-urwahl'
elif ('/themes/sunflower' in page_content['content']):
generator = 'wordpress-sunflower'
elif ('josephknowsbest' in page_content['content'] or
'Joseph-knows-best' in page_content['content']):