Merge pull request #388 from IOTI/patch-1

Added missing title attribute
This commit is contained in:
Daniel Hensby 2016-03-21 00:19:12 +00:00
commit cba4bd8b59

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>