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

@@ -44,8 +44,15 @@
${sheet.formatContent!}
</div>
</div>
<#include "module/comment.ftl">
<@comment post=sheet type="sheet" />
<div class="commentButton">
<a href="${blog_url!}">
退回首页
</a>
<a href="">
留下一言
</a>
</div>
</main>
<#include "module/comment.ftl">
<@comment post=sheet type="sheet" />
</@layout>