Skip to content

Commit 88a3702

Browse files
authored
Merge pull request iissnan#1745 from geekrainy/fix
Removing gentie service. https://gentie.163.com/
2 parents c881f95 + c4618d3 commit 88a3702

9 files changed

Lines changed: 2 additions & 51 deletions

File tree

_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ disqus:
316316
# Hypercomments
317317
#hypercomments_id:
318318

319-
# Gentie productKey
320-
#gentie_productKey:
321-
322319
# changyan
323320
changyan:
324321
enable: false

layout/_macro/post.swig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,6 @@
155155
</a>
156156
</span>
157157
<!--/noindex-->
158-
{% elseif is_post() and theme.gentie_productKey %}
159-
<span class="post-comments-count">
160-
<span class="post-meta-divider">|</span>
161-
<span class="post-meta-item-icon">
162-
<i class="fa fa-comment-o"></i>
163-
</span>
164-
<a class="cloud-tie-join-count" href="{{ url_for(post.path) }}#comments" itemprop="discussionUrl">
165-
<span class="post-comments-count join-count" itemprop="commentCount"></span>
166-
</a>
167-
</span>
168158
{% elseif theme.changyan.enable and theme.changyan.appid and theme.changyan.appkey %}
169159
<span class="post-comments-count">
170160
<span class="post-meta-divider">|</span>

layout/_partials/comments.swig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
</div>
2323
{% elseif theme.hypercomments_id %}
2424
<div id="hypercomments_widget"></div>
25-
{% elseif theme.gentie_productKey %}
26-
<div id="cloud-tie-wrapper" class="cloud-tie-wrapper"></div>
2725
{% elseif theme.youyan_uid %}
2826
<div id="uyan_frame"></div>
2927
{% elseif theme.livere_uid %}

layout/_third-party/comments/gentie.swig

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{% include 'duoshuo.swig' %}
22
{% include 'disqus.swig' %}
33
{% include 'hypercomments.swig' %}
4-
{% include 'gentie.swig' %}
54
{% include 'youyan.swig' %}
65
{% include 'livere.swig' %}
76
{% include 'changyan.swig' %}

layout/_third-party/comments/livere.swig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if not (theme.duoshuo and theme.duoshuo.shortname) and not theme.duoshuo_shortname and not (theme.disqus.enable and theme.disqus.shortname) and not theme.hypercomments_id and not theme.gentie_productKey %}
1+
{% if not (theme.duoshuo and theme.duoshuo.shortname) and not theme.duoshuo_shortname and not (theme.disqus.enable and theme.disqus.shortname) and not theme.hypercomments_id %}
22

33
{% if page.comments and theme.livere_uid %}
44
<script type="text/javascript">

layout/_third-party/comments/youyan.swig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{% if not (theme.duoshuo and theme.duoshuo.shortname)
22
and not theme.duoshuo_shortname
33
and not theme.disqus_shortname
4-
and not theme.hypercomments_id
5-
and not theme.gentie_productKey %}
4+
and not theme.hypercomments_id %}
65

76
{% if theme.youyan_uid %}
87
{% set uid = theme.youyan_uid %}

source/css/_common/components/third-party/gentie.styl

Lines changed: 0 additions & 15 deletions
This file was deleted.

source/css/_common/components/third-party/third-party.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import "duoshuo";
2-
@import "gentie";
32
@import "jiathis";
43
@import "han";
54
@import "baidushare";

0 commit comments

Comments
 (0)