Strip tag in title

This commit is contained in:
Yorick Barbanneau 2020-04-14 14:57:49 +02:00
parent bd554b3814
commit 505f5cbea0

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ article.title }}{% endblock %}
{% block title %}{{ article.title | striptags }}{% endblock %}
{# <!-- Choosing cover image --> #}
{% if article.cover %}