forked from laurens/fediversity_website
Accessibility: title is hetzelfde als ankertekst en derhalve onnodige ruis
This commit is contained in:
parent
81f8199f78
commit
1e4b8b5701
|
@ -3,7 +3,7 @@
|
|||
<ul class="list">
|
||||
{{ range .Pages.ByTitle }}
|
||||
<li>
|
||||
<a class="link" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a>
|
||||
<a class="link" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
<hr class="hr-list">
|
||||
<time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time>
|
||||
</li>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<ul class="list">
|
||||
{{ range (first 5 (where .Site.RegularPages "Section" "nieuws").ByDate.Reverse) }}
|
||||
<li>
|
||||
<a class="link" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a>
|
||||
<a class="link" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
<hr class="hr-list">
|
||||
<time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time>
|
||||
</li>
|
||||
|
|
Reference in a new issue