BaySec website source
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

14 linhas
588 B

  1. {% if site.config.mode == "production" %}
  2. <!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet
  3. change the UA-XXXXX-X to be your site's ID -->
  4. <script>
  5. var _gaq = [['_setAccount', '{{ resource.meta.analytics.id }}'], ['_trackPageview']];
  6. (function(d, t) {
  7. var g = d.createElement(t),
  8. s = d.getElementsByTagName(t)[0];
  9. g.async = true;
  10. g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  11. s.parentNode.insertBefore(g, s);
  12. })(document, 'script');
  13. </script>
  14. {% endif %}