diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
| commit | 28dd784a088a35739cdfdc4ce79f8ee6d50bf816 (patch) | |
| tree | c198abb97177f60864530ee46f5cdcf0ae88d2bf /source/layouts/footer.njk | |
| parent | 421677613114bb40780d3a5516b6930d386d0b09 (diff) | |
| download | mitjafelicijan.com-28dd784a088a35739cdfdc4ce79f8ee6d50bf816.tar.gz | |
Cleanup of repo and move to gostatic
Diffstat (limited to 'source/layouts/footer.njk')
| -rw-r--r-- | source/layouts/footer.njk | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/source/layouts/footer.njk b/source/layouts/footer.njk deleted file mode 100644 index c4cf79e..0000000 --- a/source/layouts/footer.njk +++ /dev/null | |||
| @@ -1,47 +0,0 @@ | |||
| 1 | <footer> | ||
| 2 | <span>© 2010-{{ currentYear }}</span> | ||
| 3 | <a href="/curriculum-vitae">Curriculum Vitae</a> | ||
| 4 | <a href="//github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> | ||
| 5 | <a href="//twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> | ||
| 6 | </footer> | ||
| 7 | |||
| 8 | <!-- MathJax --> | ||
| 9 | <script type="text/x-mathjax-config"> | ||
| 10 | MathJax | ||
| 11 | .Hub | ||
| 12 | .Config({ | ||
| 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 | ||
| 31 | } | ||
| 32 | }); | ||
| 33 | </script> | ||
| 34 | |||
| 35 | <!-- Global site tag (gtag.js) - Google Analytics --> | ||
| 36 | <script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-12769079-10"></script> | ||
| 37 | <script> | ||
| 38 | window.dataLayer = window.dataLayer || []; | ||
| 39 | function gtag() { | ||
| 40 | dataLayer.push(arguments); | ||
| 41 | } | ||
| 42 | gtag('js', new Date()); | ||
| 43 | |||
| 44 | gtag('config', 'UA-12769079-10'); | ||
| 45 | </script> | ||
| 46 | |||
| 47 | <script src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async="async"></script> | ||
