]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/view.twig
highlight.js library added to highlight programming code examples in article view
[github/wallabag/wallabag.git] / themes / baggy / view.twig
index af97407d076f2ad800f5a44ab4049d8792601b66..703ce5be1f766f6260406d850b61defd77b571d0 100755 (executable)
@@ -4,6 +4,7 @@
 {% endblock %}
 {% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %}
 {% block content %}
+                               {% include '_highlight.twig' %}
         <div id="article_toolbar">
             <ul class="links">
                 <li class="topPosF"><a href="#top" title="{% trans "Back to top" %}" class="tool top icon icon-arrow-up-thick"><span>{% trans "Back to top" %}</span></a></li>