aboutsummaryrefslogtreecommitdiff
path: root/source/layouts/footer.njk
blob: c4cf79ed06640ae72383858fb733ed42e04e7545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<footer>
  <span>© 2010-{{ currentYear }}</span>
  <a href="/curriculum-vitae">Curriculum Vitae</a>
  <a href="//github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a>
  <a href="//twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a>
</footer>

<!-- MathJax -->
<script type="text/x-mathjax-config">
  MathJax
    .Hub
    .Config({
      TeX: {
        equationNumbers: {
          autoNumber: "AMS"
        }
      },
      tex2jax: {
        inlineMath: [
          [
            '$', '$'
          ],
          [
            '\\(', '\\)'
          ]
        ],
        displayMath: [
          ['$$', '$$']
        ],
        processEscapes: true
      }
    });
</script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-12769079-10"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag() {
    dataLayer.push(arguments);
  }
  gtag('js', new Date());

  gtag('config', 'UA-12769079-10');
</script>

<script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async="async"></script>