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
Source: #13 (review)
Turn
https://www.youtube.com/embed/m8iMGFjVgGg
into
https://www.youtube-nocookie.com/embed/m8iMGFjVgGg
Make a filter for it per https://www.11ty.dev/docs/filters/
The text was updated successfully, but these errors were encountered:
Also handle these sort of links:
https://www.youtube.com/watch?v=m8iMGFjVgGg
to become:
Also yeah the filter should be straight forward to setup, examples of the ones I've added are here: https://github.com/jsoxford/jsnotoxfordsite/blob/main/.eleventy.js#L29-L43
They are then just used when outputting a value, e.g. you might have a filter called yt and use it like:
yt
{{ stream | yt }}
Sorry, something went wrong.
javorszky
Successfully merging a pull request may close this issue.
Source: #13 (review)
Turn
into
Make a filter for it per https://www.11ty.dev/docs/filters/
The text was updated successfully, but these errors were encountered: