all repos — website @ e3378f7a3486ff06388777211fa760e251da540a

personal website hosted at prithu.xyz, built using hugo

layouts/partials/footer.html

{{ if eq .Hugo.Environment "production" }}
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165619342-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-165619342-1');
</script>
{{ end }}
<footer>
  <p>
  &copy; Prithu Goswami 2020 &bull;
  <a href="mailto:prithugoswami524@gmail.com">Email me</a> &bull;
  <a href="https://github.com/prithugoswami/personal-website">
    View source
  </a>
  </p>
</footer>