aboutsummaryrefslogtreecommitdiff
path: root/source/layouts/footer.njk
blob: dce33ddc295528ada90303483ce85a9a5d4dca82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<footer>
  <span>© 2012-{{ 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>
<script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script>