File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 Fluid .utils .createScript (' <%= url_join(theme.static_prefix.gitalk, ' gitalk .min .js ' ) %>' , function () {
77 var options = Object .assign (
88 < %- JSON .stringify (theme .gitalk || {}) % > ,
9- { id: ' <%= md5(page.path) %>' }
9+ {
10+ id: ' <%= md5(page.path) %>'
11+ }
1012 )
1113 var gitalk = new Gitalk (options);
1214 gitalk .render (' gitalk-container' );
Original file line number Diff line number Diff line change 55 Fluid .utils .createScript (' <%= url_join(theme.static_prefix.twikoo, ' twikoo .all .min .js ' ) %>' , function () {
66 var options = Object .assign (
77 < %- JSON .stringify (theme .twikoo || {}) % > ,
8- { el: " #twikoo" , path: ' <%= theme.twikoo.path %>' }
8+ {
9+ el: ' #twikoo' ,
10+ path: ' <%= theme.twikoo.path %>'
11+ }
912 )
1013 twikoo .init (options)
1114 });
Original file line number Diff line number Diff line change 55 Fluid .utils .createScript (' <%= url_join(theme.static_prefix.valine, ' Valine .min .js ' ) %>' , function () {
66 var options = Object .assign (
77 < %- JSON .stringify (theme .valine || {}) % > ,
8- { el: " #valine" , path: < %= theme .valine .path % > }
8+ {
9+ el: " #valine" ,
10+ path: < %= theme .valine .path % >
11+ }
912 )
1013 new Valine (options);
1114 });
Original file line number Diff line number Diff line change 55 Fluid .utils .createScript (' <%= url_join(theme.static_prefix.waline, ' Waline .min .js ' ) %>' , function () {
66 var options = Object .assign (
77 < %- JSON .stringify (theme .waline || {}) % > ,
8- { el: " #waline" , path: < %= theme .waline .path % > }
8+ {
9+ el: ' #waline' ,
10+ path: < %= theme .waline .path % >
11+ }
912 )
1013 new Waline (options);
1114 });
You can’t perform that action at this time.
0 commit comments