File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ paginate: 12
6
6
email : ' consultoria@carlosdelfinfo.eti.br'
7
7
disqus : ' carlosdelfino'
8
8
sharethis :
9
- property : ' 5b326ee13e2f6e001148ddca'
9
+ show : true;
10
+ property : 5b326ee13e2f6e001148ddca
10
11
product : ' sticky-share-buttons'
11
12
google_analytics : " UA-21710445-1"
12
13
@@ -55,4 +56,8 @@ mailchimp:
55
56
56
57
# # ads
57
58
ads :
58
- show : true
59
+ show : true
60
+
61
+ exclude :
62
+ - /assets/images/logo.xcf,
63
+ - /assets/images/react_redux.xcf]
Original file line number Diff line number Diff line change 13
13
< link href ="{{ site.baseurl }}/assets/css/circuitjs1.css " rel ="stylesheet ">
14
14
< link href ="{{ site.baseurl }}/assets/css/custom.css " rel ="stylesheet ">
15
15
16
- {%- if site.sharethis.enable -%}
17
- < script type ='text/javascript ' src ='//platform-api.sharethis.com/js/sharethis.js#property={{site.sharethis.property}}&product={{site.sharethis.product}}" ></script> '
16
+ {%- if site.sharethis.show -%}
17
+ < script type ='text/javascript ' src ='//platform-api.sharethis.com/js/sharethis.js#property={{site.sharethis.property}}&product={{site.sharethis.product}} ' async =' async ' > </ script > '
18
18
{%- endif -%}
19
19
20
20
{%- if jekyll.environment == 'production' -%}
Original file line number Diff line number Diff line change 13
13
< link href ="{{ site.baseurl }}/assets/css/custom.css " rel ="stylesheet ">
14
14
15
15
< script src ="{{ site.baseurl }}/assets/js/jquery.min.js "> </ script >
16
- {%- if site.sharethis.enable -%}
17
- < script type ='text/javascript ' src ='//platform-api.sharethis.com/js/sharethis.js#property={{site.sharethis.property}}&product={{site.sharethis.product}}" ></script> '
16
+ {%- if site.sharethis.show -%}
17
+ < script type ='text/javascript ' src ='//platform-api.sharethis.com/js/sharethis.js#property={{site.sharethis.property}}&product={{site.sharethis.product}} ' async =' async ' > </ script > '
18
18
{%- endif -%}
19
19
20
20
{%- if jekyll.environment == 'production' -%}
You can’t perform that action at this time.
0 commit comments