Merge pull request #151 from palmstrom/fix-title

removed tags from title attribute value
This commit is contained in:
Justin Mayer
2014-01-09 11:24:15 -08:00
21 changed files with 22 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href="{{ article.url }}"
rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title
rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title
}}</a></h1> {% include 'twitter.html' %} </header>
<div class="entry-content">
{% include 'article_infos.html' %}<!-- /.post-info -->

View File

@@ -19,7 +19,7 @@
{% else %}
<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">