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