You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
523 B

  1. head: |
  2. <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
  3. <script>
  4. (function(f, a, t, h, o, m){
  5. a[h]=a[h]||function(){
  6. (a[h].q=a[h].q||[]).push(arguments)
  7. };
  8. o=f.createElement('script'),
  9. m=f.getElementsByTagName('script')[0];
  10. o.async=1; o.src=t; o.id='fathom-script';
  11. m.parentNode.insertBefore(o,m)
  12. })(document, window, '{{host}}/tracker.js', 'fathom');
  13. fathom('set', 'siteId', '{{siteId}}');
  14. fathom('trackPageview');
  15. </script>
  16. <!-- / Fathom -->