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
1 changed files with 1 additions and 1 deletions

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">