diff --git a/src/main/resources/templates/themes/anatole/module/comment.ftl b/src/main/resources/templates/themes/anatole/module/comment.ftl index d6ffc1c0c..40317fbc7 100644 --- a/src/main/resources/templates/themes/anatole/module/comment.ftl +++ b/src/main/resources/templates/themes/anatole/module/comment.ftl @@ -1,19 +1,19 @@ <#if post.allowComment?default(1)==1> <#switch options.comment_system> <#case "native"> - <#include "../../../common/comment/_native_comment.ftl"> + <#include "/common/comment/_native_comment.ftl"> <#break > <#case "valine"> - <#include "../../../common/comment/_valine_comment.ftl"> + <#include "/common/comment/_valine_comment.ftl"> <#break > <#case "disqus"> - <#include "../../../common/comment/_disqus_comment.ftl"> + <#include "/common/comment/_disqus_comment.ftl"> <#break > <#case "livere"> - <#include "../../../common/comment/_livere_comment.ftl"> + <#include "/common/comment/_livere_comment.ftl"> <#break > <#case "changyan"> - <#include "../../../common/comment/_changyan_comment.ftl"> + <#include "/common/comment/_changyan_comment.ftl"> <#break > diff --git a/src/main/resources/templates/themes/material/_partial/comment.ftl b/src/main/resources/templates/themes/material/_partial/comment.ftl index d6ffc1c0c..40317fbc7 100644 --- a/src/main/resources/templates/themes/material/_partial/comment.ftl +++ b/src/main/resources/templates/themes/material/_partial/comment.ftl @@ -1,19 +1,19 @@ <#if post.allowComment?default(1)==1> <#switch options.comment_system> <#case "native"> - <#include "../../../common/comment/_native_comment.ftl"> + <#include "/common/comment/_native_comment.ftl"> <#break > <#case "valine"> - <#include "../../../common/comment/_valine_comment.ftl"> + <#include "/common/comment/_valine_comment.ftl"> <#break > <#case "disqus"> - <#include "../../../common/comment/_disqus_comment.ftl"> + <#include "/common/comment/_disqus_comment.ftl"> <#break > <#case "livere"> - <#include "../../../common/comment/_livere_comment.ftl"> + <#include "/common/comment/_livere_comment.ftl"> <#break > <#case "changyan"> - <#include "../../../common/comment/_changyan_comment.ftl"> + <#include "/common/comment/_changyan_comment.ftl"> <#break >