Remove need for title attributes, #14
This commit is contained in:
parent
620051e2d3
commit
efeb7623ea
@ -5,7 +5,7 @@
|
||||
<li class="item item--post">
|
||||
<article class="article article--post typeset">
|
||||
|
||||
<h2><a href="{{ page.url }}" title="{{ page.title }}">{{ page.title }}</a></h2>
|
||||
<h2><a href="{{ page.url }}">{{ page.title }}</a></h2>
|
||||
{% include post-meta.html %}
|
||||
{{ page.excerpt | markdownify | truncatewords: 60 }}
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<li class="item item--post">
|
||||
<article class="article article--post typeset">
|
||||
|
||||
<h2><a href="{{ page.url }}" title="{{ page.title }}">{{ page.title }}</a></h2>
|
||||
<h2><a href="{{ page.url }}">{{ page.title }}</a></h2>
|
||||
{% include post-meta.html %}
|
||||
{{ page.excerpt | markdownify | truncatewords: 60 }}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
<a class="logo" href="{{ site.url }}" title="{{ site.title }}">
|
||||
<a class="logo" href="{{ site.url }}">
|
||||
<img src="{{ site.logo }}" alt="{{ site.title }} logo"/>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user