-
## Summary
Using asynchronous filters registered with `addNunjucksAsyncFilter` seems to cause builds to exit prematurely.
## Environmnent
* **macOS** — 12.4
* **Eleventy** — `1.0.2` / `2.0.0…
ashur updated
2 years ago
-
Hello, first of all thank you for this. Its amazing.
I have a question about how one could go on and about to do conditional rendering of markup inside of a component.
There is not current mecha…
radum updated
2 years ago
-
After creating a new 11ty project
```javascript
const pluginMdjs = require("@rocket/eleventy-plugin-mdjs-unified");
module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(plu…
-
When using mwc-tab-bar with mwc-fab, I get:
> Failed to execute 'define' on 'CustomElementRegistry': the name "mwc-ripple" has already been used with this registry
at legacyCustomElement (htt…
-
The `eleventy-base-blog` build fails after you add a Netlify plugin. Here’s some build log output from the eleventy-base-blog project but would likely be the similar for any Eleventy 0.x, 1.x, or 2.x …
-
**Is your feature request related to a problem? Please describe.**
I often want to include Markdown snippets of content into my templates. It’s super convenient to store them in Markdown, not HTML.…
-
I've been starring at the README files of webc and 11ty-plugin-wc for the past 2 hours and now I have questions. I hope this is the right place to ask them.
Did I understand correctly that webc…
…
-
The navition atm is a simple "menu" tag - it works for a 1 level menu but not much control from the enduser
is there a need to look at https://www.11ty.dev/docs/plugins/navigation/
-
This one is pretty straightforward. As a website developer, I would like to serve "static" assets on the internet. These are _not_ user generated content, but usually stuff like html file, logos, mayb…
-
**Is your feature request related to a problem? Please describe.**
Currently, a Nunjucks shortcode or custom tag like this...
```
{% test 'arg1', 'arg2', foo='bar', baz=5 %}
```
...will pass …