Header Sections for new templates or conversion

Description

this is testing

PHP Source Code

                        
                          <!DOCTYPE html>
	<html lang="en" dir="ltr" >
    <head>
        <meta charset="utf-8" />
        <meta name="Generator" content="Drupal 8 (https://www.drupal.org)" />
        <meta name="MobileOptimized" content="width" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />

		<!--Favicons Start-->
		<link rel="apple-touch-icon" sizes="180x180" href="<?php bloginfo('template_url') ?>/img/favicon/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="<?php bloginfo('template_url') ?>/img/favicon/favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="<?php bloginfo('template_url') ?>/img/favicon/favicon-16x16.png">
		<link rel="manifest" href="<?php bloginfo('template_url') ?>/img/favicon/site.webmanifest">
		<link rel="mask-icon" href="<?php bloginfo('template_url') ?>/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
		<meta name="msapplication-TileColor" content="#da532c">
		<meta name="theme-color" content="#ffffff">
		<!--Favicons End-->
		
		<!--Site Information Start-->
        <title><?php bloginfo( 'name' ); wp_title(); ?></title>
		<meta name="description" content="Website Description goes here" />
		<meta name="keywords" content="keyword1, keyword2, keyword3" />		
		<!--Site Information End-->
		
		<!--Site stylesheets and file sources Start-->
        <!--<link rel="stylesheet" media="all" href="<?//php bloginfo("template_url") ?>/style/<!--file path goes here-->" />-->
		<!--Site stylesheets and file sources End-->

        <?php wp_head(); ?>
    </head>                        
                        


Post Categories