提交 cfaa73ae 编写于 作者: RYAN0UP's avatar RYAN0UP

Update anatole theme.

上级 07f8cc0f
因为 它太大了无法显示 source diff 。你可以改为 查看blob
<#macro comment id,type>
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
<script src="/static/js/halo-comment.min.js"></script>
<halo-comment id="${id}" type="${type}"/>
<#macro comment post,type>
<#if !post.disallowComment!false>
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
<script src="/static/js/halo-comment.min.js"></script>
<halo-comment id="${post.id}" type="${type}"/>
</#if>
</#macro>
\ No newline at end of file
......@@ -93,7 +93,7 @@
</div>
<div id="comment_widget">
<#include "module/comment.ftl">
<@comment id="${post.id}" type="post" />
<@comment post="${post!}" type="post" />
</div>
</div>
</div>
......
......@@ -73,7 +73,7 @@
</div>
<div id="comment_widget">
<#include "module/comment.ftl">
<@comment id="${sheet.id!}" type="sheet" />
<@comment post="${sheet!}" type="sheet" />
</div>
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册