$metatags
variable also includes title, description, and canonicalNote for $metatags
If you are using a custom theme or themes that are not included in the package, simply delete below lines from layout.html.php
and leave the $metatags
intact:
<title><?php echo $title;?></title>
<meta name="description" content="<?php echo $description; ?>"/>
<link rel="canonical" href="<?php echo $canonical; ?>" />
Full Changelog: v3.0.7...v3.0.8