Skip to content

Commit

Permalink
移除所有三方评论系统,不再支持
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Oct 3, 2018
1 parent e143271 commit d3f7ffd
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions comments.ftl
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
<div id="comments" class="gen">
<#if post.allowComment?default(1)==1>
<#switch options.comment_system>
<#case "native">
<#include "../../common/comment/_native_comment.ftl">
<#break >
<#case "valine">
<#include "../../common/comment/_valine_comment.ftl">
<#break >
<#case "disqus">
<#include "../../common/comment/_disqus_comment.ftl">
<#break >
<#case "livere">
<#include "../../common/comment/_livere_comment.ftl">
<#break >
<#case "changyan">
<#include "../../common/comment/_changyan_comment.ftl">
<#break >
</#switch>
<#include "/common/comment/_native_comment.ftl">
</#if>
</div>

0 comments on commit d3f7ffd

Please sign in to comment.