mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05: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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<nav class="pagination" role="pagination">
|
<nav class="pagination" role="navigation">
|
||||||
{{#if prev}}
|
{{#if prev}}
|
||||||
<a class="newer-posts" href="{{pageUrl prev}}">← Newer Posts</a>
|
<a class="newer-posts" href="{{pageUrl prev}}">← Newer Posts</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue