Merge pull request #34 from yun-percy/patch-9

[bugfix]修复因为Summary中有换行符时导致的渲染失败
This commit is contained in:
孙正华
2018-01-01 11:04:25 +08:00
committed by GitHub

View File

@@ -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>