<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta http-equiv="cache-control" content="no-cache" />
    <meta http-equiv="pragma" content="no-cache" />

    <title>Offset My Emissions - Take action on climate change</title>
    <link rel="profile" href="http://gmpg.org/xfn/11">
    <link rel="pingback" href="">

    <meta name="token" content="<?php echo csrf_token(); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <?php if(isset($metaData) && !empty($metaData)): ?>
        <?php if(isset($metaData->meta_title) && $metaData->meta_title != ''): ?>
            <meta property="og:title" content="<?php echo htmlspecialchars($metaData->meta_title); ?>" />
            <meta name="twitter:title" content="<?php echo htmlspecialchars($metaData->meta_title); ?>" />
        <?php endif; ?>

        <?php if(isset($metaData->meta_keywords) && $metaData->meta_keywords != ''): ?>
            <meta name="keywords" content="<?php echo htmlspecialchars($metaData->meta_keywords); ?>">
        <?php endif; ?>

        <?php if(isset($metaData->meta_description) && $metaData->meta_description != ''): ?>
            <meta name="description" content="<?php echo htmlspecialchars($metaData->meta_description); ?>">
            <meta property="og:description" content="<?php echo htmlspecialchars($metaData->meta_description); ?>" />
            <?php endif; ?>
            <?php endif; ?>

                    <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
            <link rel="stylesheet" href="<?php echo Config::get('path.frontend.css'); ?>/styles.css">
            <?php /*<link rel="stylesheet" href="<?php echo Config::get('path.frontend.css'); ?>/master.css">*/ ?>
            <script src="http://code.jquery.com/jquery-2.2.0.min.js"></script>
            <!--[if lt IE 9]>
            <script src="<?php echo Config::get('path.frontend.js'); ?>/polyfill/html5-shiv.js"></script>
            <![endif]-->
</head>