Skip to content

Commit

Permalink
remove sina
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Mar 5, 2018
1 parent 16516f1 commit 333b776
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set palette = config.theme.palette %}
{% set font = config.theme.font %}
<!DOCTYPE html>
<html lang="{{ lang.t('language') }}" class="no-js" xmlns:wb="http://open.weibo.com/wb">
<html lang="{{ lang.t('language') }}" class="no-js">
<head>
{% block site_meta %}
<meta charset="utf-8">
Expand Down Expand Up @@ -94,7 +94,6 @@
<link rel="stylesheet" href="{{ path }}">
{% endfor %}
{% block extrahead %}{% endblock %}
<script src="//tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
</head>
{% if palette.primary or palette.accent %}
{% set primary = palette.primary | replace(" ", "-") | lower %}
Expand Down Expand Up @@ -186,7 +185,7 @@ <h2 id="__source">{{ lang.t("meta.source") }}</h2>
{% endblock %}
{% block disqus_free %}
{% if config.extra.disqus and not page.is_homepage %}
<h2 id="__comments">{{ lang.t("meta.comments") }} <wb:share-button appkey="4166288955" addition="number" type="button"></wb:share-button></h2>
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
{% include "partials/integrations/disqus_free.html" %}
{% endif %}
{% endblock %}
Expand Down

0 comments on commit 333b776

Please sign in to comment.