10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/website/themes/beautifulhugo/layouts/partials/footer_custom.html

16 lines
722 B
HTML

<!--
If you want to include any custom html just before </body>, put it in /layouts/footer_custom.html
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/footer_custom.html doesn't exist.
-->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.pack.js"></script>
<!--
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
-->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/fortran.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/irpf90.min.js"></script>
<script>
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
</script>