forked from wallabag/wallabag
title page in article view was wrong
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user