diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-21 06:49:39 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-21 06:49:39 +0200 |
| commit | 421677613114bb40780d3a5516b6930d386d0b09 (patch) | |
| tree | c3388994b4370bd407e197f344792a51d9ae8d9b /source/layouts/footer.njk | |
| parent | a543aa89c4db8e0e5509e96540a8dc5303159148 (diff) | |
| download | mitjafelicijan.com-421677613114bb40780d3a5516b6930d386d0b09.tar.gz | |
Added comments and updated CV
Diffstat (limited to 'source/layouts/footer.njk')
| -rw-r--r-- | source/layouts/footer.njk | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/source/layouts/footer.njk b/source/layouts/footer.njk index 6fbb1b8..c4cf79e 100644 --- a/source/layouts/footer.njk +++ b/source/layouts/footer.njk | |||
| @@ -7,29 +7,41 @@ | |||
| 7 | 7 | ||
| 8 | <!-- MathJax --> | 8 | <!-- MathJax --> |
| 9 | <script type="text/x-mathjax-config"> | 9 | <script type="text/x-mathjax-config"> |
| 10 | MathJax.Hub.Config({ | 10 | MathJax |
| 11 | TeX: { | 11 | .Hub |
| 12 | equationNumbers: { | 12 | .Config({ |
| 13 | autoNumber: "AMS" | 13 | TeX: { |
| 14 | equationNumbers: { | ||
| 15 | autoNumber: "AMS" | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | tex2jax: { | ||
| 19 | inlineMath: [ | ||
| 20 | [ | ||
| 21 | '$', '$' | ||
| 22 | ], | ||
| 23 | [ | ||
| 24 | '\\(', '\\)' | ||
| 25 | ] | ||
| 26 | ], | ||
| 27 | displayMath: [ | ||
| 28 | ['$$', '$$'] | ||
| 29 | ], | ||
| 30 | processEscapes: true | ||
| 14 | } | 31 | } |
| 15 | }, | 32 | }); |
| 16 | tex2jax: { | ||
| 17 | inlineMath: [ ['$','$'], ['\\(', '\\)'] ], | ||
| 18 | displayMath: [ ['$$','$$'] ], | ||
| 19 | processEscapes: true, | ||
| 20 | } | ||
| 21 | }); | ||
| 22 | </script> | 33 | </script> |
| 23 | 34 | ||
| 24 | <!-- Global site tag (gtag.js) - Google Analytics --> | 35 | <!-- Global site tag (gtag.js) - Google Analytics --> |
| 25 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-12769079-10"></script> | 36 | <script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-12769079-10"></script> |
| 26 | <script> | 37 | <script> |
| 27 | window.dataLayer = window.dataLayer || []; | 38 | window.dataLayer = window.dataLayer || []; |
| 28 | function gtag() { dataLayer.push(arguments); } | 39 | function gtag() { |
| 40 | dataLayer.push(arguments); | ||
| 41 | } | ||
| 29 | gtag('js', new Date()); | 42 | gtag('js', new Date()); |
| 30 | 43 | ||
| 31 | gtag('config', 'UA-12769079-10'); | 44 | gtag('config', 'UA-12769079-10'); |
| 32 | </script> | 45 | </script> |
| 33 | 46 | ||
| 34 | 47 | <script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async="async"></script> | |
| 35 | <script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script> | ||
