Skip to content

Commit

Permalink
back to original idisqus and replace emoji url
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Feb 25, 2019
1 parent 4b864b5 commit e7affcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/css/iDisqus.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/js/iDisqus0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{% endblock %}
{% block disqus_js %}
{% if config.extra.disqus and not page.is_homepage %}
<script src="{{ base_url }}/js/iDisqus-20190225.min.js"></script>
<script src="{{ base_url }}/js/iDisqus0.min.js"></script>
{% endif %}
{% endblock %}
{% block fonts %}
Expand Down
2 changes: 1 addition & 1 deletion material/partials/integrations/disqus_free.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<script>
var disq = new iDisqus('comment', {
forum: 'esl-hohoweiya-xyz',
api: 'https://api.hohoweiya.xyz/disqus',
api: 'https://api.hohoweiya.xyz/disqus-old',
site: 'https://esl.hohoweiya.xyz',
mode: 1,
timeout: 3000,
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ markdown_extensions:

extra_css:
- css/misc.css
- css/iDisqus-20190225.min.css
- css/iDisqus.min.css
# - css/newsprint.css
# - css/admonition_fix.css

Expand Down

0 comments on commit e7affcf

Please sign in to comment.