You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eleventy's default template language for HTML files is liquid. Our partial files end in .html and this works fine but some code editors don't recognize that it's liquid syntax. So we want to add .liquid extensions to these files.
Eleventy's default template language for HTML files is liquid. Our partial files end in
.htmland this works fine but some code editors don't recognize that it's liquid syntax. So we want to add .liquid extensions to these files.