Add button role to lists
This commit is contained in:
parent
da983c4870
commit
3a96abb169
@ -17,7 +17,7 @@
|
||||
<div class="list-items-container">
|
||||
<ul class="list-items">
|
||||
{{ range ( first $maximumListSize (where site.RegularPages "Type" $pageType).ByDate.Reverse ) }}
|
||||
<li class="list-item" data-href="{{ .Permalink }}">
|
||||
<li class="list-item" data-href="{{ .Permalink }}" role="button">
|
||||
<img class="list-item-image" src="//via.placeholder.com/128" alt="{{ index $ "labelSingular" }} Topic">
|
||||
<div class="list-item-text">
|
||||
<h4 class="list-item-title">{{ .Title }}</h4>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user