diff options
| author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-22 17:22:20 +0200 | 
|---|---|---|
| committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-26 23:27:31 +0200 | 
| commit | f217897713d2575c771f4356a5a840bd6f0d63c7 (patch) | |
| tree | a0b5862fdc0ea882ac084093a706390e2061bb37 /theme | |
| parent | cb7e75c8b6444d586299eed280d252fe88a92f07 (diff) | |
Article on narrow non breaking space in html
Diffstat (limited to 'theme')
| -rwxr-xr-x | theme/templates/article.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/theme/templates/article.html b/theme/templates/article.html index 6c57dbf..1328834 100755 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -1,10 +1,10 @@  {% extends "base.html" %} -{% block title %}{{ SITENAME }} - {{ article.title }}{% endblock %} +{% block title %}{{ SITENAME }} - {{ article.title |striptags }}{% endblock %}  {% block content %}            <article class="post"> -        <h1 class="page_title"><a href="{{ article.url }}" rel="bookmark" title="{{SITENAME}} - {{ article.title }}">{{ article.title }}</a></h1> +        <h1 class="page_title"><a href="{{ article.url }}">{{ article.title }}</a></h1>        {%include 'meta.html'%}          <section class="post_content"> | 
