diff --git a/src/main/resources/templates/themes/anatole/module/comment.ftl b/src/main/resources/templates/themes/anatole/module/comment.ftl index ddc55a953..8155a358f 100644 --- a/src/main/resources/templates/themes/anatole/module/comment.ftl +++ b/src/main/resources/templates/themes/anatole/module/comment.ftl @@ -1,7 +1,7 @@ <#macro comment post,type> <#if !post.disallowComment!false> - + \ No newline at end of file diff --git a/src/main/resources/templates/themes/anatole/post.ftl b/src/main/resources/templates/themes/anatole/post.ftl index 2776841f1..0b108cf27 100644 --- a/src/main/resources/templates/themes/anatole/post.ftl +++ b/src/main/resources/templates/themes/anatole/post.ftl @@ -91,7 +91,7 @@ -
+
<#include "module/comment.ftl"> <@comment post=post type="post" />
diff --git a/src/main/resources/templates/themes/anatole/sheet.ftl b/src/main/resources/templates/themes/anatole/sheet.ftl index 7b054e74a..12b7c6632 100644 --- a/src/main/resources/templates/themes/anatole/sheet.ftl +++ b/src/main/resources/templates/themes/anatole/sheet.ftl @@ -71,7 +71,7 @@ class="fa fa-twitter">
-
+
<#include "module/comment.ftl"> <@comment post=sheet type="sheet" />