Merge pull request #34 from yun-percy/patch-9
[bugfix]修复因为Summary中有换行符时导致的渲染失败
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
var jiathis_config = {
|
var jiathis_config = {
|
||||||
data_track_clickback: true,
|
data_track_clickback: true,
|
||||||
url: window.location.href,
|
url: window.location.href,
|
||||||
summary: "@post.Summary",
|
summary: "@post.Summary_share",
|
||||||
title: "@post.Title"
|
title: "@post.Title"
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user