all repos — h3rald @ 2cba6fc6aedb87e2c9d1bd2d58c0a4aae854f2d6

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>