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
Will be great to have Liquid support as well as NJK
Thanks for your work!
The text was updated successfully, but these errors were encountered:
Seems totally reasonable. The lookups are using async/await, so we're bound to shortcode templating languages that have async support.
Should be available in:
*.11ty.js
*.liquid
*.njk
We have to register each language individually, but shouldn't take too much work to add to the .eleventy.js file like this:
.eleventy.js
eleventyConfig.addNunjucksAsyncShortcode("tweet", async(tweetId) => { return await twitter.getTweet(tweetId, options) });
Thanks for the suggestion!
Sorry, something went wrong.
No branches or pull requests
Will be great to have Liquid support as well as NJK
Thanks for your work!
The text was updated successfully, but these errors were encountered: