- Introduced meta.php to handle meta tags dynamically based on the presence of values in the $ometa array. - Set default values for meta tags using predefined variables if $ometa values are not set. - Included essential meta tags for SEO and social media sharing, including Open Graph and Twitter cards. - Ensured compatibility with various devices by adding viewport and charset meta tags.
10 lines
260 B
XML
10 lines
260 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/meta/favicons/mstile-150x150.png"/>
|
|
<TileColor>#da532c</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|