-
**Describe the bug**
Calling methods in a template inside the `permalink:` field prints out the function as a string. However, it works with the `date:` filter from Liquid, despite the fact that the …
-
### Operating system
macOS Sonoma 14.2.1 (23C71)
### Eleventy
2.0.2-alpha.2
### Describe the bug
I'm using Eleventy Serverless in dynamic template rendering mode to render previews of the site be…
-
Please pardon me if this rambles a bit. I will *absolutely* be ok breaking this into smaller issues, ERs, and so forth. This is kind of broad and I wanted a place to lay out some thoughts and get feed…
-
### Operating system
Windows 10
### Eleventy
2.0.1
### Describe the bug
I renamed `.eleventy.js` to `eleventy.config.js` and now `eleventyNavigationToHtml` filter is not found:
```
[11ty] 1. …
-
I’ve come across a kind of weird caching (I guess) issue.
I’ve a page which uses a headless CMS with content blocks. One of those blocks renders markdown:
```vue
```
I wan…
-
This is what is currently shared when I share a blog post:
https://larryhudson.io/images/share-1200x600.jpg
I should play around with generating open graph images for each blog post. The [eleventy…
-
Automatically add a bunch-o-static asset extensions to passthrough copy so that folks don’t have to do it manually. Feedback from https://twitter.com/the_ross_man/status/1504888464076120074
-
I'm trying to create a few pages that will display posts filtered by some tag. To do this, I created a shared layout that accepts an array of records. For example, the home page should display all pos…
-
-
**Describe the bug**
Per the Liquidjs docs, [the {% include %} tag is deprecated](https://liquidjs.com/tags/include.html) and it's recommended that we use [the {% render %} tag](https://liquidjs.co…