/*
 Theme Name:     Calafate Child
 Theme URI:      http://heythemers.com/themes/calafate/
 Description:    A basic child theme for the Calafate theme.
 Author:         Hey Themers
 Author URI:     http://heythemers.com
 Template:       calafate
 Version:        1.0
*/

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

/* Google Analytics */
function vj_google_analytics() { ?>
  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-91866507-1">
</script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'UA-91866507-1');
  </script>
  <?php
  }
  
add_action( 'wp_head', 'vj_google_analytics', 10 );