Skip to content

Instantly share code, notes, and snippets.

@adimancv
Last active August 15, 2020 06:59
Show Gist options
  • Save adimancv/3efcdcd8e551ec93348dd182520cd680 to your computer and use it in GitHub Desktop.
Save adimancv/3efcdcd8e551ec93348dd182520cd680 to your computer and use it in GitHub Desktop.
Reset Blogger Template
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html>
<html>
<head>
<title>Reset Template Blogger</title>
<b:skin><![CDATA[ ]]></b:skin>
</head>
<body>
<b:section id='contoh'/>
</body>
</html>
@adimancv
Copy link
Author

adimancv commented Feb 18, 2020

Hilangkan PostBody/Deskripsi di HomePage

<b:if cond='data:blog.pageType in {&quot;static_page&quot;,&quot;item&quot;}'>
<!--
  <div class='post-body entry-content' ...>
  </div>
-->
</b:if>

@adimancv
Copy link
Author

adimancv commented Aug 15, 2020

Cara menghilangkan css dan javascript bawaan Blogger

Menghilangkan ini: widget_css_bundle.css dan ini widgets.js

  • Ganti <head> dengan &lt;head&gt;
  • Ganti </head> dengan &lt;/head&gt;&lt;!--<head/>--&gt;
  • Ganti </body> dengan &lt;!--</body>--&gt; &lt;/body&gt;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment