File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 14 "
3+ - " 15 "
44sudo : false
55cache :
66 directories :
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ function html_head()
3232 $ out [] = '<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> ' ;
3333 $ out [] = '<link rel="stylesheet" href=" ' .$ this ->url .'assets/css/textpattern.css"> ' ;
3434 $ out [] = '<link rel="icon" href=" ' .$ this ->url .'assets/img/favicon.ico"> ' ;
35+ $ out [] = '<meta name="color-scheme" content="dark light"> ' ;
3536 $ out [] = '<meta name="generator" content="Textpattern CMS"> ' ;
3637 $ out [] = '<script defer src=" ' .$ this ->url .'assets/js/main.js"></script> ' .n;
3738
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ function html_head()
3232 $ out [] = '<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> ' ;
3333 $ out [] = '<link rel="stylesheet" href=" ' .$ this ->url .'assets/css/textpattern.css"> ' ;
3434 $ out [] = '<link rel="icon" href=" ' .$ this ->url .'assets/img/favicon.ico"> ' ;
35+ $ out [] = '<meta name="color-scheme" content="dark light"> ' ;
3536 $ out [] = '<meta name="generator" content="Textpattern CMS"> ' ;
3637 $ out [] = '<script defer src=" ' .$ this ->url .'assets/js/main.js"></script> ' .n;
3738
You can’t perform that action at this time.
0 commit comments