Skip to content

Commit

Permalink
Added missing title attribute
Browse files Browse the repository at this point in the history
post-image href was missing title="" attribute
  • Loading branch information
rsmclaren committed Mar 20, 2016
1 parent 7a59c13 commit bb1484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Includes/PostSummary.ss
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bb1484b

Please sign in to comment.