aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_highlight.twig
blob: cdb7c6bf3129f1698f03c6690fc1b191a8c34d06 (plain) (blame)
1
2
3
4
 {# include excelent highlight.js library for code highligting, see http://highlightjs.org/ #}
<link rel="stylesheet" href="{{ poche_url }}themes/default/highlightjs/styles/github.css">
<script src="{{ poche_url }}themes/default/highlightjs/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>