Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing gentie service. https://gentie.163.com/ #1745

Merged
merged 1 commit into from
Jul 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ disqus:
# Hypercomments
#hypercomments_id:

# Gentie productKey
#gentie_productKey:

# changyan
changyan:
enable: false
Expand Down
10 changes: 0 additions & 10 deletions layout/_macro/post.swig
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,6 @@
</a>
</span>
<!--/noindex-->
{% elseif is_post() and theme.gentie_productKey %}
<span class="post-comments-count">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-comment-o"></i>
</span>
<a class="cloud-tie-join-count" href="{{ url_for(post.path) }}#comments" itemprop="discussionUrl">
<span class="post-comments-count join-count" itemprop="commentCount"></span>
</a>
</span>
{% elseif theme.changyan.enable and theme.changyan.appid and theme.changyan.appkey %}
<span class="post-comments-count">
<span class="post-meta-divider">|</span>
Expand Down
2 changes: 0 additions & 2 deletions layout/_partials/comments.swig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
</div>
{% elseif theme.hypercomments_id %}
<div id="hypercomments_widget"></div>
{% elseif theme.gentie_productKey %}
<div id="cloud-tie-wrapper" class="cloud-tie-wrapper"></div>
{% elseif theme.youyan_uid %}
<div id="uyan_frame"></div>
{% elseif theme.livere_uid %}
Expand Down
16 changes: 0 additions & 16 deletions layout/_third-party/comments/gentie.swig

This file was deleted.

1 change: 0 additions & 1 deletion layout/_third-party/comments/index.swig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% include 'duoshuo.swig' %}
{% include 'disqus.swig' %}
{% include 'hypercomments.swig' %}
{% include 'gentie.swig' %}
{% include 'youyan.swig' %}
{% include 'livere.swig' %}
{% include 'changyan.swig' %}
2 changes: 1 addition & 1 deletion layout/_third-party/comments/livere.swig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% 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 %}
{% 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 %}

{% if page.comments and theme.livere_uid %}
<script type="text/javascript">
Expand Down
3 changes: 1 addition & 2 deletions layout/_third-party/comments/youyan.swig
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{% if not (theme.duoshuo and theme.duoshuo.shortname)
and not theme.duoshuo_shortname
and not theme.disqus_shortname
and not theme.hypercomments_id
and not theme.gentie_productKey %}
and not theme.hypercomments_id %}

{% if theme.youyan_uid %}
{% set uid = theme.youyan_uid %}
Expand Down
15 changes: 0 additions & 15 deletions source/css/_common/components/third-party/gentie.styl

This file was deleted.

1 change: 0 additions & 1 deletion source/css/_common/components/third-party/third-party.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "duoshuo";
@import "gentie";
@import "jiathis";
@import "han";
@import "baidushare";
Expand Down