🎨 引用文件路径修改,标准化

pull/37/head
ruibaby 2018-10-01 12:37:10 +08:00
parent 1c7bfc0ac2
commit 47ecce23f0
2 changed files with 10 additions and 10 deletions

View File

@ -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 >
</#switch>
</#if>

View File

@ -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 >
</#switch>
</#if>