1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 17:42:15 -05:00

title page in article view was wrong

This commit is contained in:
Nicolas Lœuillet 2013-08-25 08:49:21 +02:00
parent d7e8dd590c
commit 3044b21eb6

View File

@ -1,5 +1,5 @@
{% extends "layout.twig" %}
{% block title %}{% trans "home" %}{% endblock %}
{% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %}
{% block content %}
<div id="article">
<div class="tools">