diff --git a/layout/_partial/main/article/article_footer.ejs b/layout/_partial/main/article/article_footer.ejs index e6af1d4..00ddef1 100644 --- a/layout/_partial/main/article/article_footer.ejs +++ b/layout/_partial/main/article/article_footer.ejs @@ -99,7 +99,7 @@ function layoutDiv() { el += ' target="_blank" rel="external nofollow noopener noreferrer"'; } if (item == 'wechat') { - el += ' onclick="util.toggle("qrcode-wechat")"'; + el += ' onclick="util.toggle("qrcode-wechat")"'; } else if (item == 'weibo') { el += ' href="https://service.weibo.com/share/share.php?url=' + page.permalink; el += '&title=' + page.title + ' - ' + config.title;