Disable Blogger Css default binding:
You can remove widget_css_2_bundle.css following ways:
First step:
find the <head> and replace it with:
<head>
Second step:
find the </head> and replace it with:
</head><!--<head/>-->
Note. This is the best way, since it does not affect the variables if you use the variables in your template.
Disable Plusone.js and Widgets.js
Now, if you want to disable Plusone.js and Widgets.js to increase page speed, follow these steps:
find the </body> and replace it with:
<!--</body>--> </body>
To save your template and well done :) Now you can create your own blogger template from scratch, as you want;)
source share