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:',
|
tagMore: 'More tags:',
|
||||||
// feed links are looped over in the head.
|
// feed links are looped over in the head.
|
||||||
feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}],
|
feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}],
|
||||||
pagination: 'Blog',
|
paginationLabel: 'Blog',
|
||||||
paginationPage: 'Page',
|
paginationPage: 'Page',
|
||||||
paginationPrevious: 'Previous',
|
paginationPrevious: 'Previous',
|
||||||
paginationNext: 'Next',
|
paginationNext: 'Next',
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ masonry: true
|
||||||
|
|
||||||
<section class="region">
|
<section class="region">
|
||||||
<nav role="navigation" aria-labelledby="pagination_label">
|
<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>
|
<span id="prefix" hidden>{{ meta.blog.paginationPage }}</span>
|
||||||
<ol class="pagination | cluster" role="list">
|
<ol class="pagination | cluster" role="list">
|
||||||
<li>
|
<li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue