all repos — h3rald @ 23ac9f968a4bdd79414a5cbe8d23c0374b5b5f42

The sources of https://h3rald.com

templates/_highlight.mustache

 1
 2
 3
 4
 5
<script src="/js/highlight.pack.js"></script>
<script>
 hljs.configure({tabReplace: '  '});
 hljs.initHighlightingOnLoad();
</script>