1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-14 05:15:14 -05:00
wallabag/themes/default/_highlight.twig

5 lines
318 B
Twig
Raw Normal View History

{# 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>