aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/templates/article.html')
-rw-r--r--pelican-bootstrap3/templates/article.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pelican-bootstrap3/templates/article.html b/pelican-bootstrap3/templates/article.html
index 8588bda..5b35765 100644
--- a/pelican-bootstrap3/templates/article.html
+++ b/pelican-bootstrap3/templates/article.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}{{ article.title }}{% endblock %}
+{% block title %}{{ article.title|striptags }}{% endblock %}
{% block content %}
<section id="content">
<article>
@@ -7,7 +7,7 @@
<h1>
<a href="{{ SITEURL }}/{{ article.url }}"
rel="bookmark"
- title="Permalink to {{ article.title }}">
+ title="Permalink to {{ article.title|striptags }}">
{{ article.title }}
</a>
</h1>