all repos — h3rald @ ea37df3a1eae41df0c78932ed46216a2c95862d8

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>