all repos — h3rald @ 1f0c3748c77dc9c6e675574f0923dfc7a9fa9b3d

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>