mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-11 11:55:09 -05:00
5 lines
318 B
Twig
Executable File
5 lines
318 B
Twig
Executable File
{# 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>
|