X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fview.twig;h=285087723b2e008b4be4bac3bd2090b4fa13d957;hb=3044b21eb6db408c1e1981731040391829c80c22;hp=d2ec2071ceb86b913b76aec49c3ef9f2ea061110;hpb=3ba5f81b7bc99d7ff954aa5b76aca93c9e157e67;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/view.twig b/tpl/view.twig index d2ec2071..28508772 100644 --- a/tpl/view.twig +++ b/tpl/view.twig @@ -1,41 +1,38 @@ {% extends "layout.twig" %} -{% block title %}{% trans "home" %}{% endblock %} - +{% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %} {% block content %} -
-
- -
+
-
-

{{ entry.title|e }}

- +

{{ entry.title|raw }}

+
- -
- - -
-
- {% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %} +
+ +

{% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %}

-{% endblock %} - -{% block js %} - - {% endblock %} \ No newline at end of file