Sarah L. Fossheim<p><a href="https://front-end.social/tags/eleventy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>eleventy</span></a> folks: possible I'm completely overlooking something cause it's been a while since I last touched 11ty code, but:</p><p>I want to conditionally set the permalink to false for some files, based on an environment variable.</p><p>I can call the variable from the headers in the template/.njk file, but the boolean gets converted to a string when I do that (becomes permalink: "false" instead of permalink: false), so the files end up in a "false"-folder instead 🧐 </p><p>Any tips/workarounds?</p>