我爲我的Metalsmith網站使用了Underscore的模板引擎,並且在訪問footer部分時遇到了一些問題。我收到一條錯誤消息: ReferenceError: footer is not defined
我應該怎麼稱呼它?我究竟做錯了什麼? 謝謝。 這是我的Metalsmith構建文件的模板部分: ...
.use(layouts({
engine: 'underscore
// run with console open
//and paste following when you hit the debugger:
/*
_.templateSettings = {
interpolate: /\{\{(.+?)\}\}/g
};
var template = _.template("Hello {{ nam