mirror of https://github.com/halo-dev/halo
🎨 å¼•ç”¨æ–‡ä»¶è·¯å¾„ä¿®æ”¹ï¼Œæ ‡å‡†åŒ–
parent
1c7bfc0ac2
commit
47ecce23f0
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue