I am using a custom Blogger template and the Layout widgets are not working. I need to remove a Adsense Link ad. I tried removing the code, but the whole site disappeared. Could someone tell me which part of the code should I delete. The HTML code is: <b:widget id='HTML3' locked='false' title='' type='HTML' version='1'> <b:widget-settings> <b:widget-setting name='content'><center><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- right links --> <ins class="adsbygoogle" style="display:inline-block;width:160px;height:90px" data-ad-client="ca-pub-xxxxxxxxxx" data-ad-slot="xxxxxxxxx"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></center></b:widget-setting> </b:widget-settings> <b:includable id='main'> <b:if cond='data:title != ""'> <h2 class='title'><data:title/></h2> </b:if> <div class='widget-content'> <data:content/> </div> </b:includable> </b:widget>