Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对此很陌生,因此非常感谢任何建议。
只是一个简单的问题:如何在 .twig 文件中包含(或“调用”)扩展名?
我正在尝试在我的 Bolt 站点的侧边栏中包含 twitterfeed 小部件,但我不确定如何实际显示扩展。我已经在 config.yml 文件中填写了所有 twitter 句柄详细信息、数据 ID 等,并在主 config.yml 文件中启用了扩展,但是如何让扩展实际出现?
启用扩展后,只需{{ twitterfeed() }}在您的模板中使用。它应该工作。
{{ twitterfeed() }}