diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-22 19:33:34 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-22 19:33:34 +0200 |
commit | f83ffc3ac3c843c17587827ad85f278818f69d78 (patch) | |
tree | 007e6cc33d5d241c1768ab09338d9043970de1a7 /themes/default/_highlight.twig | |
parent | 955fc6743871016787e8425425b63cd0f40acaa9 (diff) | |
parent | 392f9a1b9c16a4dc872437a4f9bae934f3a86858 (diff) | |
download | wallabag-f83ffc3ac3c843c17587827ad85f278818f69d78.tar.gz wallabag-f83ffc3ac3c843c17587827ad85f278818f69d78.tar.zst wallabag-f83ffc3ac3c843c17587827ad85f278818f69d78.zip |
Merge branch 'feature/programmingCodeSyntaxHighlighting' into dev
Diffstat (limited to 'themes/default/_highlight.twig')
-rwxr-xr-x | themes/default/_highlight.twig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/_highlight.twig b/themes/default/_highlight.twig new file mode 100755 index 00000000..cdb7c6bf --- /dev/null +++ b/themes/default/_highlight.twig | |||
@@ -0,0 +1,4 @@ | |||
1 | {# include excelent highlight.js library for code highligting, see http://highlightjs.org/ #} | ||
2 | <link rel="stylesheet" href="{{ poche_url }}themes/default/highlightjs/styles/github.css"> | ||
3 | <script src="{{ poche_url }}themes/default/highlightjs/highlight.pack.js"></script> | ||
4 | <script>hljs.initHighlightingOnLoad();</script> | ||