X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fview.twig;h=2b6d91d5058ff7ea31bea60c544d99da18759282;hb=d081f272b0b63cdf86ab7666747b63dbff7f068e;hp=ba0aae3031b593e197b2035a9942df5fa5b5d4cd;hpb=57c91e427d20d520bc506bef52189a86d72a9255;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/view.twig b/tpl/view.twig index ba0aae30..2b6d91d5 100644 --- a/tpl/view.twig +++ b/tpl/view.twig @@ -1,22 +1,21 @@ {% 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 }}

@@ -25,18 +24,17 @@
-

{% 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 %} \ No newline at end of file