make meta field intent clear
This commit is contained in:
parent
b377b35927
commit
bd434a9e7c
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
tagMore: 'More tags:',
|
||||
// feed links are looped over in the head.
|
||||
feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}],
|
||||
pagination: 'Blog',
|
||||
paginationLabel: 'Blog',
|
||||
paginationPage: 'Page',
|
||||
paginationPrevious: 'Previous',
|
||||
paginationNext: 'Next',
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ masonry: true
|
|||
|
||||
<section class="region">
|
||||
<nav role="navigation" aria-labelledby="pagination_label">
|
||||
<span id="pagination_label" hidden>{{ meta.blog.pagination }}</span>
|
||||
<span id="pagination_label" hidden>{{ meta.blog.paginationLabel }}</span>
|
||||
<span id="prefix" hidden>{{ meta.blog.paginationPage }}</span>
|
||||
<ol class="pagination | cluster" role="list">
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue