Added missing title attribute

post-image href was missing title="" attribute
This commit is contained in:
Ryan McLaren 2016-03-20 20:32:03 -03:00
parent 7a59c13b3f
commit bb1484b45e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</h2>
<p class="post-image">
<a href="$Link" <%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>>
<a href="$Link" title="<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>">
$FeaturedImage.setWidth(795)
</a>
</p>