danfascia / tai11s

An Eleventy starter with Tailwind CSS and PurgeCSS
https://danfascia.github.io/tai11s
MIT License
87 stars 13 forks source link

exporting template code #4

Closed Maxhodges closed 4 years ago

Maxhodges commented 4 years ago

any ideas why my configuration is exporting njk code instead of content?

<body class="font-sans" id="top" itemscope itemtype="http://schema.org/WebPage">

  {{ content | safe }}

  <script src="scripts/index.js"></script>

  { % include 'footer.njk' % }

</body>

image

Maxhodges commented 4 years ago

switched to https://github.com/philhawksworth/eleventail it works!