Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralants <alants>2018-05-20 15:59:11 +0300
committeralants <alants>2018-05-20 15:59:11 +0300
commit0833717b5ba5cfac0a667e5ba3e946a630e164e8 (patch)
tree23ad8725941b563814b9df34be40703b6f499dcf
parentfeec8923b0a4edca01e51557782932381d297b0a (diff)
modify the qrcode-pic(because of the error of jiathis.com)
-rw-r--r--layouts/partials/after_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/after_footer.html b/layouts/partials/after_footer.html
index c10c776..a9537f4 100644
--- a/layouts/partials/after_footer.html
+++ b/layouts/partials/after_footer.html
@@ -94,7 +94,7 @@ $(document).ready(function(){
tsina = $this.attr('data-tsina');
var html = [
'<a href="#" class="overlay" id="qrcode"></a>',
- '<div class="qrcode clearfix"><span>扫描二维码分享到微信朋友圈</span><a class="qrclose" href="#share"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://s.jiathis.com/qrcode.php?url=' + encodedUrl + '"/></div>',
+ '<div class="qrcode clearfix"><span>扫描二维码分享到微信朋友圈</span><a class="qrclose" href="#share"></a><strong>Loading...Please wait</strong><img id="qrcode-pic" data-src="http://b.bshare.cn/barCode?site=weixin&url=' + encodedUrl + '"/></div>',
'<a href="#textlogo" class="article-back-to-top" title="Top"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="#qrcode" class="article-share-qrcode" title="QRcode"></a>',