0
Fork 0
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:
John O'Nolan 2013-12-28 19:01:40 +01:00
parent 25f3df25f9
commit 55a9532eee

View file

@ -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}}">&larr; Newer Posts</a> <a class="newer-posts" href="{{pageUrl prev}}">&larr; Newer Posts</a>
{{/if}} {{/if}}