Add title permalink with attribute
echo '<a class="permaLink" href="'; echo the_permalink(); echo'" title="'; echo the_title_attribute(); echo'">'; echo the_title(); echo '</a>';