抱歉,这可能是一个非常愚蠢的问题,但我无法弄清楚。所以我正在使用 express-handlebars,我想将我的文件命名为 newpage.handlebars。但它继续保存为文本文件。但是,我希望它是一个 HTML 扩展,但名称是 newpage.handlebrs。我有我的朋友档案,他正是这样做的,但他不在,所以我不能真正问他。这是他和我在做什么的照片。他的文件是 mypage.handlebars,而我的文件是 newpage.handlebars。我该如何解决这个问题。非常感谢!
问问题
68 次
2 回答
0
- 复制你朋友的文件,然后粘贴。
- 获取当前
.handlebars
文件中的内容,然后粘贴到新复制的文件中 - 删除您的旧
.handlebars
文件,并将复制的文件重命名为您的名称
于 2015-10-03T03:16:41.007 回答
0
Found it! Turns out the name can be newpage.handlebars. But to get the html extension you need to start of with a tag. Even with tag it doesn't work.
于 2015-10-03T03:37:32.460 回答