【问题标题】:issue with eleventy nunjucks exporting template code110 个 nunjucks 导出模板代码的问题
【发布时间】:2020-09-02 01:38:13
【问题描述】:

任何想法为什么我的配置导出 njk 代码而不是内容?

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

  {{ content | safe }}

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

  { % include 'footer.njk' % }

</body>

【问题讨论】:

  • { % => {%: {% include 'footer.njk' %}

标签: nunjucks eleventy


【解决方案1】:

你的空间太多了。

改变

{ % include 'footer.njk' % }

{% include 'footer.njk' %}

【讨论】:

    猜你喜欢
    • 2012-09-08
    • 2017-10-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多