aboutsummaryrefslogtreecommitdiff
path: root/layouts/footer.njk
blob: b0d3702365b1c21e82497ff5ee876d809627bd4a (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
<link rel="stylesheet" href="test.css?ver={{ timestamp }}">

<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>