all repos — h3rald @ 81b4da6c39e2f6f08d45a0b6cc4a215c17dcc306

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>