优化blogger在国内访问几个要点
1、屏蔽官方自动加载
将<head>
替换为<!--<head>--><head>
将</head>
替换为</head><!--</head>-->
将</body>
替换为<!--</body>--></body>
将原生的<b:template-script async='true' name='indie' version='1.0.0'/>注释掉,替换为
自己的
<script async='async' src='你的网址/themes/Contempo/js/3311276799-indie_compiled.js'/>
3、图标、头像设置
找到class='profile-img'
<img class='profile-img' expr:alt='data:messages.myPhoto' expr:height='data:authorPhoto.height' expr:src='data:authorPhoto.image' expr:width='data:authorPhoto.width'/>
https://blog.cyfan.top/p/620f3e8d.html