pages(detail): Finishing the details one last time

Trust me!!!
This commit is contained in:
2022-01-15 01:02:47 +08:00
parent e4e7e8d26d
commit 6ba8890d3a
13 changed files with 149 additions and 120 deletions

View File

@@ -1,10 +1,9 @@
<#macro comment post,type>
<#if !post.disallowComment!false>
<div class="comment">
<div id="comment" class="comment close">
<script src="//cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js"></script>
<script src="${options.comment_internal_plugin_js!'//cdn.jsdelivr.net/gh/halo-dev/halo-comment@latest/dist/halo-comment.min.js'}"></script>
<halo-comment id="${post.id?c}" type="${type}"/>
</div>
</#if>
</#macro>