website

website.git
git clone git://git.lenczewski.org/website.git
Log | Files | Refs

script.js (172B)


      1 document.addEventListener('DOMContentLoaded', function (e) {
      2   document.querySelectorAll('pre code').forEach(function (block) {
      3     hljs.highlightElement(block);
      4   });
      5 });