From 23834a9fe46c9e2c18fb5e4c60a04c3ba92072ae Mon Sep 17 00:00:00 2001 From: SansGuidon Date: Sun, 26 Jan 2025 08:29:09 +0000 Subject: [PATCH] feat(autotag) remove redundant tag --- auto_tag_plugin/auto_tag_plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_tag_plugin/auto_tag_plugin.php b/auto_tag_plugin/auto_tag_plugin.php index 5a2d07b..130f02a 100644 --- a/auto_tag_plugin/auto_tag_plugin.php +++ b/auto_tag_plugin/auto_tag_plugin.php @@ -117,7 +117,7 @@ function auto_tag_plugin_init(ConfigManager $conf) 'small web,indie web,indieweb,petit web' => 'small-web', 'smartphone,android,mobile,phone,téléphone,sms' => 'mobile', 'snippet,extrait de code' => 'code', - 'static site,static-site,site statique' => 'static-site,static-web', + 'static site,static-site,site statique' => 'static-site', 'social media,réseau social,fediverse,fédiverse,réseaux sociaux,social networks,social network' => 'social-media', 'society,societies' => 'society', 'teamwork,collaborat,équipe,cooperat,coordinat,travail équipe' => 'collaboration',