Bluesky
GitHub
RSS
Home
Blog
Talks
TIL
Saved
OSS
|
Ideas
|
Uses
#eleventy
2021
Concatenate strings in Nunjucks
Spoiler: It involves using an array of strings and the
join
filter
🎓
#dev
#eleventy
#nunjucks
Use an Eleventy filter as an `if` statement
If you find yourself writing the same
if
statement multiple times, add it to
.eleventy.js
as a filter and keep a single source of truth
🎓
#dev
#eleventy
Add a markdown filter to Eleventy
Add a markdown filter to Eleventy without the content being wrapped in a paragraph tag
🎓
#dev
#eleventy