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
The projectme-v2 theme uses these tags in the story.html template. Here's the markup:
projectme-v2
story.html
<ul class="story-arrows"> <r:page:previous_sibling> <li><a class="story-arrow__previous" href="<r:page:url />"><span class="story-arrow__text"><r:page:name /></span> <img class="story-arrow__icon story-arrow__icon--previous" src="<r:image_url name="story-arrow__previous.svg" />" alt="Go to previous student" /></a></li> </r:page:previous_sibling> <r:page:next_sibling> <li><a class="story-arrow__next" href="<r:page:url />"><img class="story-arrow__icon story-arrow__icon--next" src="<r:image_url name="story-arrow__next.svg" />" alt="Go to previous student" /> <span class="story-arrow__text story-arrow__text--next"><r:page:name /></span></a></li> </r:page:next_sibling> </ul>
Docs for these tags:
https://github.com/wvuweb/cleanslate-toolkit/wiki/r%3Apage%3Anext_sibling and https://github.com/wvuweb/cleanslate-toolkit/wiki/r%3Apage%3Anext_sibling
Honestly, hammer could almost just ignore them and output whatever markup they're wrapping.
The text was updated successfully, but these errors were encountered:
cd3f987
zeroedin
No branches or pull requests
The
projectme-v2
theme uses these tags in thestory.html
template. Here's the markup:Docs for these tags:
https://github.com/wvuweb/cleanslate-toolkit/wiki/r%3Apage%3Anext_sibling
and
https://github.com/wvuweb/cleanslate-toolkit/wiki/r%3Apage%3Anext_sibling
Honestly, hammer could almost just ignore them and output whatever markup they're wrapping.
The text was updated successfully, but these errors were encountered: