mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Add color-scheme meta tag to heads of all content
This commit is contained in:
parent
ea6c636af6
commit
be45b3ea00
1 changed files with 1 additions and 0 deletions
|
|
@ -3647,6 +3647,7 @@ function head_contents()
|
|||
$output .= '<meta charset="utf-8" />' . "\n";
|
||||
$output .= '<meta http-equiv="X-UA-Compatible" content="IE=edge" />' . "\n";
|
||||
$output .= '<meta name="viewport" content="width=device-width, initial-scale=1" />' . "\n";
|
||||
$output .= '<meta name="color-scheme" content="light dark" />' . "\n";
|
||||
$output .= '<meta name="generator" content="' . $version . '" />' . "\n";
|
||||
$output .= $favicon;
|
||||
$output .= '<link rel="sitemap" href="' . site_url() . 'sitemap.xml" />' . "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue