From 47ecce23f09f6fd2aa50558246d5ba53be1869a6 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Mon, 1 Oct 2018 12:37:10 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=BC=95=E7=94=A8=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/themes/anatole/module/comment.ftl | 10 +++++----- .../templates/themes/material/_partial/comment.ftl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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 >