all repos — website @ 9d33cbc3abb23b6ec514f0dc501a3364d7686ba4

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>
  <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
    <img alt="Creative Commons License" style="width:18px;transform:translateY(4px);margin-right:4px" src="/img/cc.svg" />
  </a>
  <a href="/">Prithu Goswami</a> &bull;
  <a href="mailto:prithugoswami524@gmail.com">Email me</a> &bull;
  <a href="https://github.com/prithugoswami/personal-website">
    View source
  </a>
  </p>
</footer>