<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<?php global $shapebootstrap_options; ?>
<head>
    
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title><?php bloginfo('name'); ?> | <?php is_front_page() ? bloginfo('description') : wp_title(''); ?></title>
    <?php if (isset($shapebootstrap_options['favicon']) ) { ?>
       <link rel="shortcut icon" href="<?php echo esc_url($shapebootstrap_options['favicon']['url']); ?>" type="image/x-icon"/>
    <?php } ?>
    <link rel="profile" href="http://gmpg.org/xfn/11">
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    <?php wp_head(); ?>
</head><!--end head-->
<body <?php body_class() ?>>