diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:59:21 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:59:21 +0200 |
commit | d28a7ca30fa50845a54b0e21844b20b373b7fd44 (patch) | |
tree | 7262ba3ffeedc302d3ca5eb25f772bf9f3ae6b5d /tpl/layout.twig | |
parent | 6a361945eaf86a978b82bd6fb3442fe64428d9df (diff) | |
download | wallabag-d28a7ca30fa50845a54b0e21844b20b373b7fd44.tar.gz wallabag-d28a7ca30fa50845a54b0e21844b20b373b7fd44.tar.zst wallabag-d28a7ca30fa50845a54b0e21844b20b373b7fd44.zip |
remove js
Diffstat (limited to 'tpl/layout.twig')
-rw-r--r-- | tpl/layout.twig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/layout.twig b/tpl/layout.twig index e4b5f5b3..c4bbe779 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig | |||
@@ -23,7 +23,6 @@ | |||
23 | <div id="content" class="w600p center"> | 23 | <div id="content" class="w600p center"> |
24 | {% block content %}{% endblock %} | 24 | {% block content %}{% endblock %} |
25 | </div> | 25 | </div> |
26 | {% block js %}{% endblock %} | ||
27 | </div> | 26 | </div> |
28 | {% include '_footer.twig' %} | 27 | {% include '_footer.twig' %} |
29 | </body> | 28 | </body> |