added Font Awesome

pull/22/head
tycrek 3 years ago
parent bb3d1d11ff
commit 120e6023f5
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -5,9 +5,10 @@ style: include css/ass.css
style: include css/modest.css
style: include css/dracula.highlight.js.css
//- jQuery; Highlight.js for codeblocks
//- jQuery; Highlight.js for codeblocks; Font Awesome
script(src='https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js')
script(src='https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.7.1/build/highlight.min.js')
script(src='https://kit.fontawesome.com/f2f926ac2d.js' crossorigin='anonymous')
script.
// Highlight code blocks
hljs.highlightAll();

Loading…
Cancel
Save