diff options
Diffstat (limited to 'layouts/footer.njk')
| -rw-r--r-- | layouts/footer.njk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/layouts/footer.njk b/layouts/footer.njk new file mode 100644 index 0000000..b0d3702 --- /dev/null +++ b/layouts/footer.njk | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | <link rel="stylesheet" href="test.css?ver={{ timestamp }}"> | ||
| 2 | |||
| 3 | <footer> | ||
| 4 | <span>© 2012-{{ currentYear }}</span> | ||
| 5 | <a href="/curriculum-vitae">Curriculum Vitae</a> | ||
| 6 | <a href="//github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> | ||
| 7 | <a href="//twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> | ||
| 8 | </footer> | ||
| 9 | |||
| 10 | <!-- MathJax --> | ||
| 11 | <script type="text/x-mathjax-config"> | ||
| 12 | MathJax.Hub.Config({ | ||
| 13 | TeX: { | ||
| 14 | equationNumbers: { | ||
| 15 | autoNumber: "AMS" | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | tex2jax: { | ||
| 19 | inlineMath: [ ['$','$'], ['\\(', '\\)'] ], | ||
| 20 | displayMath: [ ['$$','$$'] ], | ||
| 21 | processEscapes: true, | ||
| 22 | } | ||
| 23 | }); | ||
| 24 | </script> | ||
| 25 | <script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script> | ||
