all repos — h3rald @ 43466d4a1cfe2db08f8e38fd8249f8e48ca93d1c

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>