Skip to content

Commit

Permalink
Fix link title in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
woliveiras committed Oct 12, 2018
1 parent ea23cea commit c1cc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -15,7 +15,7 @@
{% endif %}

<article class="post" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
<a href="{{ post.url | prepend: site.baseurl }}">
<a href="{{ post.url | prepend: site.baseurl }}" title="Link para o artigo {{ post.title }}">
<h2 class="post__title" itemprop="name headline">{{ post.title }}</h2>
</a>
<span class="post__date">
Expand Down

0 comments on commit c1cc75a

Please sign in to comment.