Strip HTML tags from title
(cherry picked from commit 79314426a4e3a4142c3ed2907839a03fed6f972c) Signed-off-by: Sascha Wagner <sascha.wagner.89@gmail.com>
This commit is contained in:
parent
17e24acc70
commit
3090b344d8
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
{% include "partial/og_article.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block title %} – {{ article.title }}{% endblock %}
|
||||
{% block title %} – {{ article.title|striptags }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue