mirror of https://github.com/halo-dev/halo
🎨 å¼•ç”¨æ–‡ä»¶è·¯å¾„ä¿®æ”¹ï¼Œæ ‡å‡†åŒ–
parent
1c7bfc0ac2
commit
47ecce23f0
|
@ -1,19 +1,19 @@
|
||||||
<#if post.allowComment?default(1)==1>
|
<#if post.allowComment?default(1)==1>
|
||||||
<#switch options.comment_system>
|
<#switch options.comment_system>
|
||||||
<#case "native">
|
<#case "native">
|
||||||
<#include "../../../common/comment/_native_comment.ftl">
|
<#include "/common/comment/_native_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "valine">
|
<#case "valine">
|
||||||
<#include "../../../common/comment/_valine_comment.ftl">
|
<#include "/common/comment/_valine_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "disqus">
|
<#case "disqus">
|
||||||
<#include "../../../common/comment/_disqus_comment.ftl">
|
<#include "/common/comment/_disqus_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "livere">
|
<#case "livere">
|
||||||
<#include "../../../common/comment/_livere_comment.ftl">
|
<#include "/common/comment/_livere_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "changyan">
|
<#case "changyan">
|
||||||
<#include "../../../common/comment/_changyan_comment.ftl">
|
<#include "/common/comment/_changyan_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
</#switch>
|
</#switch>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
<#if post.allowComment?default(1)==1>
|
<#if post.allowComment?default(1)==1>
|
||||||
<#switch options.comment_system>
|
<#switch options.comment_system>
|
||||||
<#case "native">
|
<#case "native">
|
||||||
<#include "../../../common/comment/_native_comment.ftl">
|
<#include "/common/comment/_native_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "valine">
|
<#case "valine">
|
||||||
<#include "../../../common/comment/_valine_comment.ftl">
|
<#include "/common/comment/_valine_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "disqus">
|
<#case "disqus">
|
||||||
<#include "../../../common/comment/_disqus_comment.ftl">
|
<#include "/common/comment/_disqus_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "livere">
|
<#case "livere">
|
||||||
<#include "../../../common/comment/_livere_comment.ftl">
|
<#include "/common/comment/_livere_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
<#case "changyan">
|
<#case "changyan">
|
||||||
<#include "../../../common/comment/_changyan_comment.ftl">
|
<#include "/common/comment/_changyan_comment.ftl">
|
||||||
<#break >
|
<#break >
|
||||||
</#switch>
|
</#switch>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Reference in New Issue