all repos — h3rald @ 2d73f55c9155061afe8b3c1572d3aa1273b94a8c

The source code of the h3rald.com web site.

templates/_highlight.mustache

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