We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This tag is used to link pages inside of tags such as: <r:page:previous_sibling> & <r:page:next_sibling> tags
<r:page:previous_sibling>
<r:page:next_sibling>
Use case example:
<r:page:next_sibling> <li><a class="arrow__next" href="<r:page:url />">Next Page</a></li> </r:page:next_sibling>
By default the page:url attribute should return the current request: http://localhost:2000/theme/view.html
http://localhost:2000/theme/view.html
The attribute should also be available to override in the mock_data.yml
mock_data.yml
page: name: Example url: http://www.google.com
The text was updated successfully, but these errors were encountered:
d73a5ee
zeroedin
No branches or pull requests
This tag is used to link pages inside of tags such as:
<r:page:previous_sibling>
&<r:page:next_sibling>
tagsUse case example:
By default the page:url attribute should return the current request:
http://localhost:2000/theme/view.html
The attribute should also be available to override in the
mock_data.yml
The text was updated successfully, but these errors were encountered: