因插件比较老,所以有一个兼容性的提示。
具体的内容是:
<script type='text/discourse-plugin> or <script type='text/x-handlebars'>
上面 2 个插件的配置方式升级了。
到代码中,就是有关老的 head_tag 的使用方式不能使用了。
需要到 javascripts 文件夹中进行初始化。
解决办法就是删除老的 html 文件。
同时对代码进行了下更新,文件就完美的解决。