Replies: 1 comment
-
|
Maybe something like this would do the job?: In .eleventy.js, add the following block: Then, in a post, if series is defined in frontmatter, show the contents of that key from postsBySeries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to create something like this:
Then display all articles under eleventy
seriesunder each article that has the same series. Is there a way to do that?Beta Was this translation helpful? Give feedback.
All reactions