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/view.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/view.twig')
-rwxr-xr-x | themes/default/view.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/view.twig b/themes/default/view.twig index b7d48c00..88d14079 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig | |||
@@ -1,6 +1,7 @@ | |||
1 | {% extends "layout.twig" %} | 1 | {% extends "layout.twig" %} |
2 | {% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %} | 2 | {% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %} |
3 | {% block content %} | 3 | {% block content %} |
4 | {% include '_highlight.twig' %} | ||
4 | {% include '_pocheit-form.twig' %} | 5 | {% include '_pocheit-form.twig' %} |
5 | <div id="article_toolbar"> | 6 | <div id="article_toolbar"> |
6 | <ul> | 7 | <ul> |