diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:49:21 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-25 08:49:21 +0200 |
commit | 3044b21eb6db408c1e1981731040391829c80c22 (patch) | |
tree | e4b57b4e2bad7bf1e48edc36882c5d9c88fb6c0f | |
parent | d7e8dd590c741a8901a2cf1ac3cb8e096645cffd (diff) | |
download | wallabag-3044b21eb6db408c1e1981731040391829c80c22.tar.gz wallabag-3044b21eb6db408c1e1981731040391829c80c22.tar.zst wallabag-3044b21eb6db408c1e1981731040391829c80c22.zip |
title page in article view was wrong
-rw-r--r-- | tpl/view.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/view.twig b/tpl/view.twig index 97b76fee..28508772 100644 --- a/tpl/view.twig +++ b/tpl/view.twig | |||
@@ -1,5 +1,5 @@ | |||
1 | {% extends "layout.twig" %} | 1 | {% extends "layout.twig" %} |
2 | {% block title %}{% trans "home" %}{% endblock %} | 2 | {% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %} |
3 | {% block content %} | 3 | {% block content %} |
4 | <div id="article"> | 4 | <div id="article"> |
5 | <div class="tools"> | 5 | <div class="tools"> |