Strip tag in title
This commit is contained in:
parent
bd554b3814
commit
505f5cbea0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}{{ article.title }}{% endblock %}
|
{% block title %}{{ article.title | striptags }}{% endblock %}
|
||||||
|
|
||||||
{# <!-- Choosing cover image --> #}
|
{# <!-- Choosing cover image --> #}
|
||||||
{% if article.cover %}
|
{% if article.cover %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue