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
Given a relative path, and the current page, generate an absolute and relative URL. Expose this behavior with Jinja template filters.
images/screenshot.png -> https://fluttershaders.com/shaders/glitch-effect/images/screenshot.png
images/screenshot.png
https://fluttershaders.com/shaders/glitch-effect/images/screenshot.png
images/screenshot.png -> /shaders/glitch-effect/images/screenshot.png
/shaders/glitch-effect/images/screenshot.png
The text was updated successfully, but these errors were encountered:
[Shock] - Added Jinja filter called 'pathRelativeToPage' to build URL…
479bdeb
…s on top of page URL (Relates to #164)
a3cfb31
…s on top of page URL (Relates to #164) (#165)
0764a11
…s on top of page URL (Relates to #164) (#171)
matthew-carroll
Successfully merging a pull request may close this issue.
Given a relative path, and the current page, generate an absolute and relative URL. Expose this behavior with Jinja template filters.
images/screenshot.png
->https://fluttershaders.com/shaders/glitch-effect/images/screenshot.png
images/screenshot.png
->/shaders/glitch-effect/images/screenshot.png
The text was updated successfully, but these errors were encountered: