fix(bug): some bug

This commit is contained in:
2022-11-01 16:39:08 +08:00
parent bacf5132c0
commit 6ae097e7e7
7 changed files with 103 additions and 18 deletions

View File

@@ -54,9 +54,11 @@
<a href="${blog_url!}" >
退回首页
</a>
<a href="javascript:document.getElementById('comment').classList.remove('close')">
留下一言
</a>
<#if settings.open_comment!false>
<a href="javascript:document.getElementById('comment').classList.remove('close')">
留下一言
</a>
</#if>
</div>
</main>
<#include "module/comment.ftl">