aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/default/_highlight.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 13:58:12 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 13:58:12 +0100
commit19f2f11ee810cfd580cc23dabfafa658b5c4e99e (patch)
tree3403968dc56ea4b40efa266837c37f38408ca4a1 /src/Wallabag/CoreBundle/Resources/views/default/_highlight.twig
parent9e11bfa4a632374df5b1e6bb380c769b6231225c (diff)
downloadwallabag-19f2f11ee810cfd580cc23dabfafa658b5c4e99e.tar.gz
wallabag-19f2f11ee810cfd580cc23dabfafa658b5c4e99e.tar.zst
wallabag-19f2f11ee810cfd580cc23dabfafa658b5c4e99e.zip
fix themes symlinks
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/default/_highlight.twig')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/default/_highlight.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/default/_highlight.twig b/src/Wallabag/CoreBundle/Resources/views/default/_highlight.twig
new file mode 100755
index 00000000..cdb7c6bf
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/views/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>