diff options
Diffstat (limited to 'subtle/templates/index.html')
-rwxr-xr-x | subtle/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subtle/templates/index.html b/subtle/templates/index.html index 69dc462..6413c43 100755 --- a/subtle/templates/index.html +++ b/subtle/templates/index.html @@ -29,7 +29,7 @@ {% endif %} <li><article class="hentry"> <header> - <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></h1> + <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags}}">{{ article.title }}</a></h1> </header> <div class="entry-content"> |