aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/metadata.json
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-04 15:05:58 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-04 15:05:58 +0100
commit068d18b69bae8456669293a8b7dfe9afd827e03d (patch)
treed24e9d3804824c065a7d6d7a9e1b45d163fce476 /p/themes/Ansum/metadata.json
parentd3966befafab3fe65e753d0ab2166a8bf5fb0d75 (diff)
Add: <meta name="theme-color"> (#5105)
* implemented * themes' metadata.json * fix * fix * retrigger tests * Update lib/Minz/View.php Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Update lib/Minz/View.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update lib/Minz/View.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update lib/Minz/View.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * fix --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com>
Diffstat (limited to 'p/themes/Ansum/metadata.json')
-rw-r--r--p/themes/Ansum/metadata.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Ansum/metadata.json b/p/themes/Ansum/metadata.json
index 23b1a96cc..ab2359967 100644
--- a/p/themes/Ansum/metadata.json
+++ b/p/themes/Ansum/metadata.json
@@ -3,5 +3,6 @@
"author": "Thomas Guesnon",
"description": "Thème sablonneux",
"version": 0.1,
- "files": ["_frss.css", "ansum.css"]
+ "files": ["_frss.css", "ansum.css"],
+ "theme-color": "#fbf9f6"
}