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:
parent
d7e8dd590c
commit
3044b21eb6
@ -1,5 +1,5 @@
|
|||||||
{% extends "layout.twig" %}
|
{% extends "layout.twig" %}
|
||||||
{% block title %}{% trans "home" %}{% endblock %}
|
{% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="article">
|
<div id="article">
|
||||||
<div class="tools">
|
<div class="tools">
|
||||||
|
Loading…
Reference in New Issue
Block a user