Skip to content

Commit

Permalink
更改二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-qi committed Feb 17, 2017
1 parent 049af7a commit d563909
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3,013 deletions.
12 changes: 6 additions & 6 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
<span class="money-code">
<span class="alipay-code">
<a href="javascript:;">
<img data-url="{{site.url}}/img/qr-alipay-256.png" class="alipay-img" src="data:image/png;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAsAAAABBxAREYiI/gcAAABWUDggGAAAADABAJ0BKgEAAQABABwlpAADcAD+/gbQAA=="><b>支付宝扫码打赏</b>
<img data-url="{{site.url}}/img/qr-alipay.jpg" class="alipay-img" src="data:image/jpg;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAsAAAABBxAREYiI/gcAAABWUDggGAAAADABAJ0BKgEAAQABABwlpAADcAD+/gbQAA=="><b>支付宝扫码打赏</b>
</a>
</span>
<span class="wechat-code">
<img data-url="{{site.url}}/img/qr-wechat-256.png" class="wechat-img" src="data:image/png;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAsAAAABBxAREYiI/gcAAABWUDggGAAAADABAJ0BKgEAAQABABwlpAADcAD+/gbQAA=="><b>微信打赏</b>
<img data-url="{{site.url}}/img/qr-wechat.jpg" class="wechat-img" src="data:image/jpg;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAsAAAABBxAREYiI/gcAAABWUDggGAAAADABAJ0BKgEAAQABABwlpAADcAD+/gbQAA=="><b>微信打赏</b>
</span>
</span>

Expand All @@ -92,8 +92,8 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
data-images="{{ site.url }}{{site.baseurl}}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}"
data-content="{{ content | strip_html | truncate:80 }} | {{ site.SEOTitle }} " >
<div class="ds-share-inline">
<style>
.ds-share-icons-16 {display:none;}
<style>
.ds-share-icons-16 {display:none;}
</style>
<ul class="ds-share-icons-16">
<li data-toggle="ds-share-icons-more"><a class="ds-more" href="#">分享到:</a></li>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
<!-- disqus 评论框 end -->
{% endif %}

</div>
</div>

<!-- Side Catalog Container -->
{% if page.catalog %}
Expand Down Expand Up @@ -281,4 +281,4 @@ <h5>FRIENDS</h5>
}
}
</style>
{% endif %}
{% endif %}
Binary file removed img/qr-alipay-256.png
Binary file not shown.
Binary file added img/qr-alipay.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/qr-wechat-256.png
Binary file not shown.
Binary file added img/qr-wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d563909

Please sign in to comment.