pages(detail): Completed details on all pages

This commit is contained in:
2022-01-14 14:49:51 +08:00
parent 1803dad05d
commit e4e7e8d26d
13 changed files with 137 additions and 43 deletions

View File

@@ -1,7 +1,10 @@
<#macro comment post,type>
<#if !post.disallowComment!false>
<div class="comment">
<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>