-
See https://github.com/11ty/eleventy/issues/1612#issuecomment-2204420952
With virtual templates defined in the plugin, consumers no longer need to worry about configuring the path to the layouts fo…
-
Possibly related to [this comment](https://github.com/11ty/eleventy-plugin-webc/issues/32#issuecomment-1533470897_) in issue #32.
Adding `permalink: false` to a `*.webc` file's frontmatter data res…
-
- no error when used outside component
- no error with hard-coded src and alt
Looks like the shortcode/plugin isn't able t use the default values from the .toml file.
toml:
```
[component]
s…
-
camjm updated
3 months ago
-
If you define a function in `` and try to call it to set a dynamic attribute value on an element that is _also_ `webc:root="override"`, then the build will fail with an error.
Example bad component…
-
This plugin is awesome and provides a great functionality, nevertheless it does not work…
log:
```
[11ty] Problem writing Eleventy templates: (more in DEBUG output)
[11ty] > Having trouble writi…
-
### Before proceeding, make sure there isn’t an existing issue for this bug.
- [X] I have searched the existing issues and determined this is a new bug.
### Expected Behavior
I should be able to re…
-
Hi! I'm loving using this plugin for Eleventy. The problem I'm having is that I'm not able to use `serverPrefetch`, it always returns undefined content to the template.
I've put the demo code from …
-
**Describe the bug**
I'm trying this simple example of the renderTemplate feature (using beta8):
```
{% assign name = "Ray" %}
Hello World, and {{ name }}
{% renderTemplate "md" %}
# I a…
-
I tried a few different patterns, with or without `this`:
```html
```
(I recognize that the `url)` function isn't doing much here. I mainly just wanted to try built-in functions to see if t…