mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Correct ARIA role for pagination helper
Fixes https://github.com/TryGhost/Casper/issues/63
This commit is contained in:
parent
25f3df25f9
commit
55a9532eee
@ -1,4 +1,4 @@
|
||||
<nav class="pagination" role="pagination">
|
||||
<nav class="pagination" role="navigation">
|
||||
{{#if prev}}
|
||||
<a class="newer-posts" href="{{pageUrl prev}}">← Newer Posts</a>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user