[fix] fix typo - missing `;` for `"` (#469)
This commit is contained in:
parent
589efabefb
commit
b9b9324705
|
@ -99,7 +99,7 @@ function layoutDiv() {
|
||||||
el += ' target="_blank" rel="external nofollow noopener noreferrer"';
|
el += ' target="_blank" rel="external nofollow noopener noreferrer"';
|
||||||
}
|
}
|
||||||
if (item == 'wechat') {
|
if (item == 'wechat') {
|
||||||
el += ' onclick="util.toggle("qrcode-wechat")"';
|
el += ' onclick="util.toggle("qrcode-wechat")"';
|
||||||
} else if (item == 'weibo') {
|
} else if (item == 'weibo') {
|
||||||
el += ' href="https://service.weibo.com/share/share.php?url=' + page.permalink;
|
el += ' href="https://service.weibo.com/share/share.php?url=' + page.permalink;
|
||||||
el += '&title=' + page.title + ' - ' + config.title;
|
el += '&title=' + page.title + ' - ' + config.title;
|
||||||
|
|
Loading…
Reference in New Issue